1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-08 02:28:57 +03:00

fix(Zoom Node): fix issue with missing output items (#4315)

This commit is contained in:
Jonathan Bennetts 2022-10-11 15:47:10 +01:00 committed by GitHub
parent ab0f776df1
commit a82fd3f33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);