diff --git a/src/api/app/controllers/staging/workflows_controller.rb b/src/api/app/controllers/staging/workflows_controller.rb index 424a992a4c5..09bae0bcce6 100644 --- a/src/api/app/controllers/staging/workflows_controller.rb +++ b/src/api/app/controllers/staging/workflows_controller.rb @@ -25,6 +25,7 @@ def destroy authorize @staging_workflow @staging_workflow.destroy! + render_ok end def update