fix admin/delete-all-files-of-a-user endpoint recording a log entry for every single file
This commit is contained in:
parent
ed68230811
commit
223198a0fb
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
|||
});
|
||||
|
||||
for (const file of files) {
|
||||
this.driveService.deleteFile(file, false, me);
|
||||
this.driveService.deleteFile(file);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue