Skip to content

Commit

Permalink
fix(Zoom Node): fix issue with missing output items (n8n-io#4315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored Oct 11, 2022
1 parent a2ef7e0 commit 28ab392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Zoom/Zoom.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 28ab392

Please sign in to comment.