mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Zoom Node): fix issue with missing output items (#4315)
This commit is contained in:
committed by
GitHub
parent
ab0f776df1
commit
a82fd3f33f
@@ -774,7 +774,7 @@ export class Zoom implements INodeType {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
const executionData = this.helpers.constructExecutionMetaData(
|
const executionData = this.helpers.constructExecutionMetaData(
|
||||||
this.helpers.returnJsonArray(returnData),
|
this.helpers.returnJsonArray(responseData),
|
||||||
{ itemData: { item: i } },
|
{ itemData: { item: i } },
|
||||||
);
|
);
|
||||||
returnData.push(...executionData);
|
returnData.push(...executionData);
|
||||||
|
|||||||
Reference in New Issue
Block a user