Update DriveService.ts

This commit is contained in:
syuilo 2023-09-24 16:45:36 +09:00 committed by GitHub
parent cf573add27
commit fe570fe16b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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