comments and formatting
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing

This commit is contained in:
2024-03-30 19:42:58 -06:00
parent 54417bf436
commit 7ce58c03d7
4 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ func homePageHandler(w http.ResponseWriter, r *http.Request) {
log.Printf("error executing home.html template: %v", err)
}
//http.Redirect(w, r, fmt.Sprintf("https://app.ynab.com/%s", ynabClient.BudgetID), http.StatusSeeOther)
}
// Returns status 200 if a refresh is not running, otherwise waits for refresh to finish