fix: remove duplicate wrap of paired item data (#4001)

* fix: remove duplicate wrap of paired item data and adding where missing for other nodes
This commit is contained in:
Omar Ajoue
2022-09-01 17:48:22 +02:00
committed by GitHub
parent c8743ff6ca
commit 54efe20ee4
11 changed files with 17 additions and 148 deletions

View File

@@ -239,10 +239,6 @@ export class Webflow implements INodeType {
);
responseData = responseData.items;
}
responseData = this.helpers.constructExecutionMetaData(
this.helpers.returnJsonArray(responseData),
{ itemData: { item: i } },
);
} else if (operation === 'update') {
// ----------------------------------
// item: update