From d399c735976c3c7be954ef8f286dbb390f64fe32 Mon Sep 17 00:00:00 2001 From: Mumble Date: Fri, 7 Jun 2024 14:39:57 -0700 Subject: [PATCH] Update endpoints.go Removed empty newline @ 578 --- api/endpoints.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/endpoints.go b/api/endpoints.go index aa37d74..1381265 100644 --- a/api/endpoints.go +++ b/api/endpoints.go @@ -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