mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(box Node): fix issue with response data not being returned (#4147)
This commit is contained in:
committed by
GitHub
parent
3e2e9e6009
commit
3cfc5b55ab
@@ -532,7 +532,7 @@ export class Box implements INodeType {
|
|||||||
this.helpers.returnJsonArray(responseData),
|
this.helpers.returnJsonArray(responseData),
|
||||||
{ itemData: { item: i } },
|
{ itemData: { item: i } },
|
||||||
);
|
);
|
||||||
responseData.push(...executionData);
|
returnData.push(...executionData);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (this.continueOnFail()) {
|
if (this.continueOnFail()) {
|
||||||
const executionErrorData = this.helpers.constructExecutionMetaData(
|
const executionErrorData = this.helpers.constructExecutionMetaData(
|
||||||
|
|||||||
Reference in New Issue
Block a user