1
0
Fork 0
mirror of synced 2024-09-19 18:59:06 +12:00

missing param

This commit is contained in:
Peter Clement 2024-09-04 15:29:07 +01:00
parent 5e4b2fa500
commit 9782ddb9ee

View file

@ -451,7 +451,7 @@ class Orchestrator {
})
this.context.steps[this.context.steps.length] = tempOutput
this.context.steps = this.context.steps.filter(
item => !item.hasOwnProperty.call("currentItem")
item => !item.hasOwnProperty.call(item, "currentItem")
)
this.loopStepOutputs = []