delete folder bug fix
This commit is contained in:
@@ -93,7 +93,7 @@ export async function updateFile(
|
||||
}
|
||||
|
||||
async function getAllDescendents(folderId: string, tenantId: string) {
|
||||
const idArr: Array<string> = [];
|
||||
const idArr: Array<string> = [folderId];
|
||||
|
||||
async function traverseFolder(folderId: string) {
|
||||
const children = await getChildren(folderId, tenantId);
|
||||
|
||||
Reference in New Issue
Block a user