diff --git a/hc/api/views.py b/hc/api/views.py index d4831549..d09b6848 100644 --- a/hc/api/views.py +++ b/hc/api/views.py @@ -158,8 +158,6 @@ def _update(check, spec): if new_channels is not None: check.channel_set.set(new_channels) - return check - @validate_json() @authorize_read