mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	fix(server): Fix person's assets retrival order (#2920)
This commit is contained in:
		
							parent
							
								
									751922990f
								
							
						
					
					
						commit
						00f65a53dd
					
				@ -61,7 +61,7 @@ export class PersonRepository implements IPersonRepository {
 | 
				
			|||||||
        exifInfo: true,
 | 
					        exifInfo: true,
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      order: {
 | 
					      order: {
 | 
				
			||||||
        createdAt: 'ASC',
 | 
					        fileCreatedAt: 'desc',
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      // TODO: remove after either (1) pagination or (2) time bucket is implemented for this query
 | 
					      // TODO: remove after either (1) pagination or (2) time bucket is implemented for this query
 | 
				
			||||||
      take: 1000,
 | 
					      take: 1000,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user