missing param
This commit is contained in:
parent
5e4b2fa500
commit
9782ddb9ee
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue