Update endpoints.go

Removed empty newline @ 578
This commit is contained in:
Mumble 2024-06-07 14:39:57 -07:00 committed by GitHub
parent c0e302db93
commit d399c73597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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