fix: run force update on start
This commit is contained in:
parent
b5b2544654
commit
121ff91e92
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ func (app *App) Run() {
|
|||
},
|
||||
)
|
||||
|
||||
err := app.repo.Update(false)
|
||||
err := app.repo.Update(true)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue