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