Skip to content

Commit

Permalink
πŸ› Fixing duplicate name for root not properly restored (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
MontaGhanmy authored Feb 27, 2025
1 parent 4d4c242 commit 21d70fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 21d70fd

Please sign in to comment.