1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-18 11:46:23 -07:00

Fix syntax errors in view reset file

This commit is contained in:
Eggbertx 2024-10-18 16:30:02 -07:00
parent 7a3130635a
commit 184d7a1701
2 changed files with 5 additions and 5 deletions

View file

@ -82,7 +82,7 @@ func main() {
return nil
})
if err = gcsql.ResetViews(); err != nil {
gcutil.LogFatal().Err(err).Send()
gcutil.LogFatal().Err(err).Caller().Msg("Failed resetting SQL views")
}
parseCommandLine()