summaryrefslogtreecommitdiff
path: root/internal/db/bundb/workertask.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/bundb/workertask.go')
-rw-r--r--internal/db/bundb/workertask.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/bundb/workertask.go b/internal/db/bundb/workertask.go
index eec51530d..1ac0cb71b 100644
--- a/internal/db/bundb/workertask.go
+++ b/internal/db/bundb/workertask.go
@@ -21,7 +21,7 @@ import (
"context"
"errors"
- "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
+ "code.superseriousbusiness.org/gotosocial/internal/gtsmodel"
"github.com/uptrace/bun"
)