mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(server): time bucket and where (#3649)
This commit is contained in:
parent
5cd13227ad
commit
7948819e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ export class AssetRepository implements IAssetRepository {
|
|||
}
|
||||
|
||||
if (userId) {
|
||||
builder = builder.where('asset.ownerId = :userId', { userId });
|
||||
builder = builder.andWhere('asset.ownerId = :userId', { userId });
|
||||
}
|
||||
|
||||
if (isArchived != undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue