chore: Refactor handleAdminDiscordLink function for improved logging

This commit is contained in:
Frederico Santos 2024-09-01 03:54:32 +01:00
parent 0b90619cdb
commit 070436585e

@ -691,5 +691,6 @@ func handleAdminDiscordLink(w http.ResponseWriter, r *http.Request) {
}
log.Printf("%s: %s added discord id %s to username %s", r.URL.Path, userDiscordId, r.Form.Get("discordId"), r.Form.Get("username"))
w.WriteHeader(http.StatusOK)
}