mirror of
https://github.com/immich-app/immich.git
synced 2026-03-06 10:07:48 +03:00
chore(server): remove unused property (#9521)
This commit is contained in:
@@ -67,7 +67,6 @@ export class LibraryRepository implements ILibraryRepository {
|
||||
return this.repository.find({
|
||||
where: {
|
||||
ownerId,
|
||||
isVisible: true,
|
||||
type,
|
||||
},
|
||||
relations: {
|
||||
@@ -97,7 +96,6 @@ export class LibraryRepository implements ILibraryRepository {
|
||||
getAllDeleted(): Promise<LibraryEntity[]> {
|
||||
return this.repository.find({
|
||||
where: {
|
||||
isVisible: true,
|
||||
deletedAt: Not(IsNull()),
|
||||
},
|
||||
relations: {
|
||||
|
||||
Reference in New Issue
Block a user