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