mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-02 02:57:15 +08:00
Updated missed /
This commit is contained in:
parent
cd6f516780
commit
a4becb36bd
@ -804,7 +804,7 @@ func handleAdminSearch(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
|
||||
// this way does a single call that does a query for multiple columns from our database and makes an object out of it, which is returned to us
|
||||
/adminSearchResult, err := db.FetchAdminDetailsByUsername(username)
|
||||
adminSearchResult, err := db.FetchAdminDetailsByUsername(username)
|
||||
if err != nil {
|
||||
httpError(w, r, err, http.StatusInternalServerError)
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user