mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
fix(Zoom Node): fix issue with missing output items (#4315)
This commit is contained in:
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);
|
||||||
|
|
Loading…
Reference in a new issue