Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mstgnz committed Jul 10, 2024
1 parent 7f301cd commit e0097fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ func main() {
}

config.App().Cron.Stop()
config.App().DB.CloseDatabase()
config.App().Log.Info("Shutting down gracefully...")
config.App().DB.CloseDatabase()
}

func webAuthMiddleware(next http.Handler) http.Handler {
Expand Down

0 comments on commit e0097fe

Please sign in to comment.