diff --git a/api/handler.go b/api/handler.go index 9c6315a5..f78a7591 100644 --- a/api/handler.go +++ b/api/handler.go @@ -388,7 +388,6 @@ func serializeError(w http.ResponseWriter, e *nhttp.ErrorWithStatus) { return } http.Error(w, string(body), e.Status) - return } func respondError(w http.ResponseWriter, status int, format string, args ...any) { outer_err := fmt.Errorf(format, args...)