fix: run force update on start

This commit is contained in:
Максим Слипенко 2025-01-03 11:04:12 +03:00
parent b5b2544654
commit 121ff91e92

View file

@ -121,7 +121,7 @@ func (app *App) Run() {
},
)
err := app.repo.Update(false)
err := app.repo.Update(true)
if err != nil {
panic(err)
}