fix(box Node): fix issue with response data not being returned (#4147)

This commit is contained in:
Jonathan Bennetts 2022-09-20 14:34:00 +01:00 committed by GitHub
parent 3e2e9e6009
commit 3cfc5b55ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -532,7 +532,7 @@ export class Box implements INodeType {
this.helpers.returnJsonArray(responseData),
{ itemData: { item: i } },
);
responseData.push(...executionData);
returnData.push(...executionData);
} catch (error) {
if (this.continueOnFail()) {
const executionErrorData = this.helpers.constructExecutionMetaData(