Update endpoints.go

Removed empty newline @ 578
pull/33/head
Mumble 3 months ago committed by GitHub
parent c0e302db93
commit d399c73597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save