summaryrefslogtreecommitdiff
path: root/internal/db/bundb/statusbookmark.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/bundb/statusbookmark.go')
-rw-r--r--internal/db/bundb/statusbookmark.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/bundb/statusbookmark.go b/internal/db/bundb/statusbookmark.go
index 742c13966..73fced9c3 100644
--- a/internal/db/bundb/statusbookmark.go
+++ b/internal/db/bundb/statusbookmark.go
@@ -29,7 +29,7 @@ import (
)
type statusBookmarkDB struct {
- db *DB
+ db *bun.DB
state *state.State
}