diff --git a/cmd/eksterd/incoming.go b/cmd/eksterd/incoming.go index e093785..b3d1fee 100644 --- a/cmd/eksterd/incoming.go +++ b/cmd/eksterd/incoming.go @@ -105,6 +105,4 @@ func (h *incomingHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { http.Error(w, fmt.Sprintf("could not update feed: %s (%s)", ct, err), http.StatusBadRequest) return } - - return }