Return AutomationResults type from test function

This commit is contained in:
Dean 2025-02-07 10:55:59 +00:00
parent 8b04a56dd6
commit 50fe27535b
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class AutomationRunner<TStep extends AutomationTriggerStepId> {
// Remove the trigger step from the response.
results.steps.shift()
return response
return results
}
}