Skip to content

Commit

Permalink
fix(Box Node): fix issue with create folder operation showing extra i…
Browse files Browse the repository at this point in the history
…tems (n8n-io#4309)
  • Loading branch information
Joffcom authored Oct 11, 2022
1 parent 8e34a6c commit c16c032
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nodes-base/nodes/Box/Box.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,6 @@ export class Box implements INodeType {
}

responseData = await boxApiRequest.call(this, 'POST', '/folders', body, qs);

returnData.push(responseData);
}
// https://developer.box.com/reference/delete-folders-id
if (operation === 'delete') {
Expand Down

0 comments on commit c16c032

Please sign in to comment.