mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-01-12 20:25:49 +00:00
fix(server): better facial recognition order (#3386)
This commit is contained in:
@@ -116,7 +116,7 @@ export class AssetRepository implements IAssetRepository {
|
||||
},
|
||||
order: {
|
||||
// Ensures correct order when paginating
|
||||
createdAt: 'ASC',
|
||||
createdAt: options.order ?? 'ASC',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user