fix backend typecheck

This commit is contained in:
riku6460 2023-09-26 05:19:01 +09:00
parent 5ba2c887fe
commit e0c30de751
No known key found for this signature in database
GPG key ID: 27414FA27DB94CF6
3 changed files with 7 additions and 5 deletions

View file

@ -677,7 +677,7 @@ export class DriveService {
await this.driveFilesRepository.update(file.id, values);
const fileObj = await this.driveFileEntityService.pack(file.id, { self: true });
const fileObj = await this.driveFileEntityService.pack(file.id, updater, { self: true });
// Publish fileUpdated event
if (file.userId) {