mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Fix the time bucket ref date taken
This commit is contained in:
parent
f1eb009c25
commit
a0ffa6f90c
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ export function getTimeBucketRef(eb: ExpressionBuilder<DB, 'asset'>, orderBy: As
|
|||
return eb.ref('asset.deletedAt');
|
||||
}
|
||||
|
||||
return eb.ref('asset.fileCreatedAt');
|
||||
return eb.ref('asset.localDateTime');
|
||||
}
|
||||
|
||||
export function getTimeBucketOffset(eb: ExpressionBuilder<DB, 'asset'>, orderBy: AssetOrderBy) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue