Reload store at start for now
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user