db, sqliteconfig: consolidate query and config helpers

This commit is contained in:
Kristoffer Dalby
2026-06-16 08:45:11 +00:00
parent b56326427c
commit 55b9e3cfda
13 changed files with 232 additions and 325 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ func TestAutoApproveRoutes(t *testing.T) {
err = adb.DB.Save(&nodeTagged).Error
require.NoError(t, err)
users, err := adb.ListUsers()
users, err := adb.ListUsers(nil)
require.NoError(t, err)
nodes, err := adb.ListNodes()