Simplified the persistence backend a bit for now

This commit is contained in:
2025-09-21 14:36:24 +01:00
parent d9d64cb067
commit 12ba08c5e5
2 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ func RunServer() error {
}
// Star the SW service
err := sw.StartSWService(sw.FILEDB)
err := sw.StartSWService()
if err != nil {
return err
}