mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05: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
Reference in a new issue