Return AutomationResults type from test function
This commit is contained in:
parent
8b04a56dd6
commit
50fe27535b
|
@ -208,7 +208,7 @@ class AutomationRunner<TStep extends AutomationTriggerStepId> {
|
||||||
// Remove the trigger step from the response.
|
// Remove the trigger step from the response.
|
||||||
results.steps.shift()
|
results.steps.shift()
|
||||||
|
|
||||||
return response
|
return results
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue