🐛 Fixing duplicate name for root not properly restored (#829)
This commit is contained in:
@@ -202,7 +202,7 @@ class FileUploadService {
|
||||
item: item,
|
||||
version: {},
|
||||
});
|
||||
this.groupIds[directory] = driveItem.id;
|
||||
if (!this.groupIds[directory]) this.groupIds[directory] = driveItem.id;
|
||||
this.logger.debug(`Directory ${directory} created`);
|
||||
pendingFile.status = 'success';
|
||||
this.notify();
|
||||
|
||||
Reference in New Issue
Block a user