1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-28 06:48:36 +09:00
This commit is contained in:
syuilo 2023-09-23 18:47:11 +09:00
parent 9e4d3ebe5f
commit 10924fd229

View File

@ -65,7 +65,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
throw new ApiError(meta.errors.accessDenied); throw new ApiError(meta.errors.accessDenied);
} }
await this.driveService.deleteFile(file, me); await this.driveService.deleteFile(file, false, me);
}); });
} }
} }