Simplified the persistence backend a bit for now
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ func RunServer() error {
|
||||
}
|
||||
|
||||
// Star the SW service
|
||||
err := sw.StartSWService(sw.FILEDB)
|
||||
err := sw.StartSWService()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user