diff --git a/main.go b/main.go index 67f8a20..5a01895 100644 --- a/main.go +++ b/main.go @@ -98,7 +98,6 @@ func UploadHandler(w http.ResponseWriter, r *http.Request, pipes []pipelines.IPi }{"ok"}) if err != nil { w.WriteHeader(http.StatusInternalServerError) - return } }