mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(core): Missing pairedItem fixes (#8394)
This commit is contained in:
@@ -150,7 +150,7 @@ export class SetV1 implements INodeType {
|
||||
const nodeVersion = this.getNode().typeVersion;
|
||||
|
||||
if (items.length === 0) {
|
||||
items.push({ json: {} });
|
||||
items.push({ json: {}, pairedItem: { item: 0 } });
|
||||
}
|
||||
|
||||
const returnData: INodeExecutionData[] = [];
|
||||
|
||||
Reference in New Issue
Block a user