Browse Source

Remove unneeded return

feature/update-route-registration
Roman Zipp 2 years ago
committed by Fabian Vowie
parent
commit
5d5c6a1ac6
No known key found for this signature in database GPG Key ID: C27317C33B27C410
  1. 1
      main.go

1
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
}
}

Loading…
Cancel
Save