1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

Merge branch 'main' of github.com:immich-app/immich

This commit is contained in:
Alex Tran 2023-03-26 10:43:52 -05:00
commit 75d28d3c58

View file

@ -29,6 +29,7 @@ export class AssetRepository implements IAssetRepository {
return this.repository.find({
where: {
isVisible: options.isVisible,
type: options.type,
},
relations: {
exifInfo: true,