mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:03:08 +02:00
fix DriveService.ts
This commit is contained in:
parent
2423fb8d38
commit
93dcd1c98e
1 changed files with 1 additions and 0 deletions
|
@ -420,6 +420,7 @@ export class DriveService {
|
||||||
|
|
||||||
for (const fileId of exceedFileIds) {
|
for (const fileId of exceedFileIds) {
|
||||||
const file = await this.driveFilesRepository.findOneBy({ id: fileId });
|
const file = await this.driveFilesRepository.findOneBy({ id: fileId });
|
||||||
|
if (file == null) continue;
|
||||||
this.deleteFile(file, true);
|
this.deleteFile(file, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue