mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
minor renamery
This commit is contained in:
@@ -53,7 +53,7 @@ export class AlbumEntity {
|
||||
@Column({ comment: 'Asset ID to be used as thumbnail', nullable: true })
|
||||
albumThumbnailAssetId!: string | null;
|
||||
|
||||
@OneToMany(() => AlbumUserEntity, (permission) => permission.album)
|
||||
@OneToMany(() => AlbumUserEntity, ({ album }) => album)
|
||||
albumUsers!: AlbumUserEntity[];
|
||||
|
||||
@ManyToMany(() => AssetEntity, (asset) => asset.albums)
|
||||
|
||||
Reference in New Issue
Block a user