summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/controllers/watchers_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/watchers_controller.rb b/app/controllers/watchers_controller.rb
index 7ea56999b..eda84a82e 100644
--- a/app/controllers/watchers_controller.rb
+++ b/app/controllers/watchers_controller.rb
@@ -59,7 +59,7 @@ class WatchersController < ApplicationController
@users = User.active.visible.where(:id => user_ids).to_a
end
if @users.blank?
- render :nothing => true
+ head 200
end
end