mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
fix(Box Node): fix issue with create folder operation showing extra items (#4309)
This commit is contained in:
parent
bbb8c56b0e
commit
28bea7e109
|
@ -388,8 +388,6 @@ export class Box implements INodeType {
|
||||||
}
|
}
|
||||||
|
|
||||||
responseData = await boxApiRequest.call(this, 'POST', '/folders', body, qs);
|
responseData = await boxApiRequest.call(this, 'POST', '/folders', body, qs);
|
||||||
|
|
||||||
returnData.push(responseData);
|
|
||||||
}
|
}
|
||||||
// https://developer.box.com/reference/delete-folders-id
|
// https://developer.box.com/reference/delete-folders-id
|
||||||
if (operation === 'delete') {
|
if (operation === 'delete') {
|
||||||
|
|
Loading…
Reference in a new issue