aboutsummaryrefslogtreecommitdiff
path: root/appservice/workers/transaction_scheduler.go
diff options
context:
space:
mode:
Diffstat (limited to 'appservice/workers/transaction_scheduler.go')
-rw-r--r--appservice/workers/transaction_scheduler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/appservice/workers/transaction_scheduler.go b/appservice/workers/transaction_scheduler.go
index 10c7ef91..20805619 100644
--- a/appservice/workers/transaction_scheduler.go
+++ b/appservice/workers/transaction_scheduler.go
@@ -25,7 +25,7 @@ import (
"github.com/matrix-org/dendrite/appservice/storage"
"github.com/matrix-org/dendrite/appservice/types"
- "github.com/matrix-org/dendrite/common/config"
+ "github.com/matrix-org/dendrite/internal/config"
"github.com/matrix-org/gomatrixserverlib"
log "github.com/sirupsen/logrus"
)