diff options
Diffstat (limited to 'internal/db/bundb/report.go')
-rw-r--r-- | internal/db/bundb/report.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/bundb/report.go b/internal/db/bundb/report.go index 5b0ae17f3..486bf09f0 100644 --- a/internal/db/bundb/report.go +++ b/internal/db/bundb/report.go @@ -32,7 +32,7 @@ import ( ) type reportDB struct { - db *DB + db *bun.DB state *state.State } |