mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	Update DriveService.ts
This commit is contained in:
		
							parent
							
								
									cf573add27
								
							
						
					
					
						commit
						fe570fe16b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue