mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -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(
|
||||
this.helpers.returnJsonArray(returnData),
|
||||
this.helpers.returnJsonArray(responseData),
|
||||
{ itemData: { item: i } },
|
||||
);
|
||||
returnData.push(...executionData);
|
||||
|
|
Loading…
Reference in a new issue