mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(server): time bucket and where (#3649)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user