Reload store at start for now

This commit is contained in:
mudler
2024-04-10 17:40:15 +02:00
parent 73524adfce
commit 7c70f09834

View File

@@ -81,9 +81,9 @@ func main() {
} }
// Reload store // Reload store
// if err := db.SaveToStore(apiKey, apiURL); err != nil { if err := db.SaveToStore(); err != nil {
// fmt.Println("Error storing in the KB", err) fmt.Println("Error storing in the KB", err)
// } }
app := &App{ app := &App{
htmx: htmx.New(), htmx: htmx.New(),