mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Box Node): fix issue with create folder operation showing extra items (#4309)
This commit is contained in:
committed by
GitHub
parent
bbb8c56b0e
commit
28bea7e109
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user