diff --git a/app/controllers/api/pm/action_runs_controller.rb b/app/controllers/api/pm/action_runs_controller.rb index 76cf64629..c450b8908 100644 --- a/app/controllers/api/pm/action_runs_controller.rb +++ b/app/controllers/api/pm/action_runs_controller.rb @@ -37,7 +37,7 @@ class Api::Pm::ActionRunsController < Api::Pm::BaseController total: total, success: success, failure: failure - }.merge(last_action_run) + }.merge(last_action_run_json) end render :json => @result end