Rework settings to make them appear as if it was not a retard who wrote them

This commit is contained in:
2024-08-09 15:26:29 +02:00
parent 3f5353b587
commit b265a06ce7
2 changed files with 28 additions and 18 deletions

View File

@@ -48,7 +48,7 @@ func main() {
}
settingsService := SettingsService{db: &db}
_, err = settingsService.LoadSettings()
err = settingsService.LoadSettings()
if err != nil {
Error.Printf("%++v", err)
os.Exit(1)