Skip to content

Commit

Permalink
fix(core): Add fallback for pairedItem info in runPartialWorkflow (n8…
Browse files Browse the repository at this point in the history
  • Loading branch information
elsmr authored Mar 8, 2024
1 parent 261b9c7 commit bd465d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/WorkflowExecute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export class WorkflowExecute {
}
}

incomingSourceData.main.push(startNode.sourceData);
incomingSourceData.main.push(startNode.sourceData ?? { previousNode: connection.node });
}
}
}
Expand Down

0 comments on commit bd465d3

Please sign in to comment.