mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-02 02:57:15 +08:00
Update endpoints.go
Removed empty newline @ 578
This commit is contained in:
parent
c0e302db93
commit
d399c73597
@ -575,7 +575,6 @@ func handleGetRunHistory(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
var runHistory any
|
||||
runHistory, err = db.GetRunHistoryData(uuid);
|
||||
|
||||
if errors.Is(err, sql.ErrNoRows) {
|
||||
http.Error(w, err.Error(), http.StatusNotFound)
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user