[Server] Fix bug
This commit is contained in:
		
							parent
							
								
									9c551086dc
								
							
						
					
					
						commit
						3ae707e16c
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -70,8 +70,10 @@ export default ( | |||
| 	// Fetch all files to calculate drive usage
 | ||||
| 	const files = await DriveFile | ||||
| 		.find({ user_id: user._id }, { | ||||
| 			datasize: true, | ||||
| 			_id: false | ||||
| 			fields: { | ||||
| 				datasize: true, | ||||
| 				_id: false | ||||
| 			} | ||||
| 		}); | ||||
| 
 | ||||
| 	// Calculate drive usage (in byte)
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue