fix(Box Node): fix issue with create folder operation showing extra items (#4309)

This commit is contained in:
Jonathan Bennetts
2022-10-11 14:30:46 +01:00
committed by GitHub
parent bbb8c56b0e
commit 28bea7e109

View File

@@ -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') {