diff options
Diffstat (limited to 'internal/db/bundb/notification.go')
-rw-r--r-- | internal/db/bundb/notification.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/bundb/notification.go b/internal/db/bundb/notification.go index ed34222fb..3f3d5fbd6 100644 --- a/internal/db/bundb/notification.go +++ b/internal/db/bundb/notification.go @@ -34,7 +34,7 @@ import ( ) type notificationDB struct { - db *DB + db *bun.DB state *state.State } |