use .call

This commit is contained in:
Peter Clement 2024-09-04 15:13:11 +01:00
parent 3a8a8b1195
commit 5e4b2fa500
1 changed files with 1 additions and 1 deletions

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("currentItem")
item => !item.hasOwnProperty.call("currentItem")
)
this.loopStepOutputs = []