about summary refs log tree commit diff
path: root/app/controllers/api/salmon_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api/salmon_controller.rb')
-rw-r--r--app/controllers/api/salmon_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/salmon_controller.rb b/app/controllers/api/salmon_controller.rb
index b15aefee9..329b258a4 100644
--- a/app/controllers/api/salmon_controller.rb
+++ b/app/controllers/api/salmon_controller.rb
@@ -4,7 +4,7 @@ class Api::SalmonController < ApiController
 
   def update
     ProcessInteractionService.new.(request.body.read, @account)
-    render nothing: true, status: 201
+    head 201
   end
 
   private