Skip to content

Commit bdda379

Browse files
RomanHotsiytatomyr
andauthored
Update packages/respect-core/src/modules/flow-runner/call-api-and-analyze-results.ts
Co-authored-by: Andrew Tatomyr <[email protected]>
1 parent 40b8aaa commit bdda379

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/respect-core/src/modules/flow-runner/call-api-and-analyze-results.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,9 @@ export async function callAPIAndAnalyzeResults({
8484
const runtimeExpressionContext = createRuntimeExpressionCtx({
8585
ctx: {
8686
...ctx,
87-
...{
88-
$request: request,
89-
$response: step.response,
90-
$inputs: ctx.$workflows[workflowId].inputs,
91-
},
87+
$request: request,
88+
$response: step.response,
89+
$inputs: ctx.$workflows[workflowId].inputs,
9290
},
9391
workflowId,
9492
step,

0 commit comments

Comments
 (0)