diff --git a/internal/app/bootstrap.go b/internal/app/bootstrap.go index e802ae96..edb7fdc5 100644 --- a/internal/app/bootstrap.go +++ b/internal/app/bootstrap.go @@ -30,7 +30,7 @@ func Bootstrap(ctx context.Context) (*Server, error) { Username: adminSession.Username, Password: adminSession.Password, SessionTTL: adminSession.SessionTTL, - }, NewActionSetWithStickyRuntime(cfg.Database.SQLiteDSN, stickyRuntime)) + }, NewActionSetWithStickyRuntime(cfg.Database.SQLiteDSN, stickyRuntime), cfg.Database.SQLiteDSN) return NewServer(cfg.Server.ListenAddr, handler, nil), nil }