use .call
This commit is contained in:
parent
3a8a8b1195
commit
5e4b2fa500
|
@ -451,7 +451,7 @@ class Orchestrator {
|
||||||
})
|
})
|
||||||
this.context.steps[this.context.steps.length] = tempOutput
|
this.context.steps[this.context.steps.length] = tempOutput
|
||||||
this.context.steps = this.context.steps.filter(
|
this.context.steps = this.context.steps.filter(
|
||||||
item => !item.hasOwnProperty("currentItem")
|
item => !item.hasOwnProperty.call("currentItem")
|
||||||
)
|
)
|
||||||
|
|
||||||
this.loopStepOutputs = []
|
this.loopStepOutputs = []
|
||||||
|
|
Loading…
Reference in New Issue