diff options
Diffstat (limited to 'internal/db/bundb/user.go')
-rw-r--r-- | internal/db/bundb/user.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/bundb/user.go b/internal/db/bundb/user.go index a6fa142f2..2854c0caa 100644 --- a/internal/db/bundb/user.go +++ b/internal/db/bundb/user.go @@ -31,7 +31,7 @@ import ( ) type userDB struct { - db *DB + db *bun.DB state *state.State } |