diff --git a/packages/server/src/threads/automation.ts b/packages/server/src/threads/automation.ts index 5e95ab9d89..668599bdcc 100644 --- a/packages/server/src/threads/automation.ts +++ b/packages/server/src/threads/automation.ts @@ -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 = []