diff --git a/notifier/notifier.go b/notifier/notifier.go index 9540cdce6..640ce4c59 100644 --- a/notifier/notifier.go +++ b/notifier/notifier.go @@ -594,7 +594,7 @@ func (n *Manager) sendOne(ctx context.Context, c *http.Client, url string, b []b return errors.Errorf("bad response status %s", resp.Status) } - return err + return nil } // Stop shuts down the notification handler.