aboutsummaryrefslogtreecommitdiff
path: root/internal/db/db.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/db.go')
-rw-r--r--internal/db/db.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/db.go b/internal/db/db.go
index 600bdaf0..7b063dec 100644
--- a/internal/db/db.go
+++ b/internal/db/db.go
@@ -40,7 +40,7 @@ func newLogWriter() (logger.Writer, error) {
// Tables is the list of struct-to-table mappings.
//
// NOTE: Lines are sorted in alphabetical order, each letter in its own line.
-var Tables = []interface{}{
+var Tables = []any{
new(Access), new(AccessToken), new(Action),
new(Follow),
new(LFSObject), new(LoginSource),