diff --git a/main.go b/main.go index 9b19b4a3..c2445532 100644 --- a/main.go +++ b/main.go @@ -58,7 +58,7 @@ func configure(app *aero.Application) *aero.Application { auth.Install(app) // Close the database node on shutdown - app.OnShutdown(arn.Node.Close) + app.OnEnd(arn.Node.Close) // Check that this is the server if !arn.Node.IsServer() && !arn.IsTest() { diff --git a/pages/support/support.pixy b/pages/support/support.pixy index 5af2d109..515a3de5 100644 --- a/pages/support/support.pixy +++ b/pages/support/support.pixy @@ -93,6 +93,6 @@ component Support(profileLink string, user *arn.User) span Support us! .footer.support-footer - p Thank you to everyone supporting the site. It means a lot me. + p Thank you to everyone supporting the site. It means a lot to me. p --Akyoto \ No newline at end of file