fix deprecation notice
This commit is contained in:
@@ -102,7 +102,7 @@ export class AlbumResponseDto {
|
|||||||
updatedAt!: Date;
|
updatedAt!: Date;
|
||||||
albumThumbnailAssetId!: string | null;
|
albumThumbnailAssetId!: string | null;
|
||||||
shared!: boolean;
|
shared!: boolean;
|
||||||
@ApiProperty({ deprecated: true, description: 'Deprecated in favor of users' })
|
@ApiProperty({ deprecated: true, description: 'Deprecated in favor of sharedUsersV2' })
|
||||||
sharedUsers!: UserResponseDto[];
|
sharedUsers!: UserResponseDto[];
|
||||||
sharedUsersV2!: AlbumUserResponseDto[];
|
sharedUsersV2!: AlbumUserResponseDto[];
|
||||||
hasSharedLink!: boolean;
|
hasSharedLink!: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user