1
0

Merge branch 'develop' into future-2024-04-10-post

This commit is contained in:
dakkar
2024-04-25 11:18:30 +01:00
6 changed files with 19 additions and 8 deletions
@@ -421,7 +421,7 @@ export class ImportNotesProcessorService {
if (file.name) {
this.driveService.updateFile(exists, { comment: file.name }, user);
}
files.push(exists);
}
}