mirror of
https://github.com/immich-app/immich.git
synced 2025-01-26 17:21:29 +02:00
fix(server): time bucket and where (#3649)
This commit is contained in:
parent
5cd13227ad
commit
7948819e0c
@ -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…
x
Reference in New Issue
Block a user