mirror of
https://github.com/immich-app/immich.git
synced 2026-02-14 12:58:17 +03:00
unnecessary relation
This commit is contained in:
@@ -130,7 +130,6 @@ class AlbumAccess implements IAlbumAccess {
|
||||
return this.albumRepository
|
||||
.find({
|
||||
select: { id: true },
|
||||
relations: { albumUsers: true },
|
||||
where: {
|
||||
id: In([...albumIds]),
|
||||
albumUsers: {
|
||||
|
||||
Reference in New Issue
Block a user