diff --git a/app/controllers/api/pm/action_runs_controller.rb b/app/controllers/api/pm/action_runs_controller.rb index 88bb6b129..85af3a447 100644 --- a/app/controllers/api/pm/action_runs_controller.rb +++ b/app/controllers/api/pm/action_runs_controller.rb @@ -39,7 +39,7 @@ class Api::Pm::ActionRunsController < Api::Pm::BaseController failure: failure }.merge(last_action_run_json) end - render :json => @result + render :json => {data: @result} end end \ No newline at end of file