mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-01 02:32:55 +08:00
chore: Refactor handleAdminDiscordLink function for improved logging
This commit is contained in:
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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user