fix deprecation notice

This commit is contained in:
mgabor
2024-04-17 00:32:50 +02:00
parent da5990bcc0
commit 9126bf2520

View File

@@ -102,7 +102,7 @@ export class AlbumResponseDto {
updatedAt!: Date;
albumThumbnailAssetId!: string | null;
shared!: boolean;
@ApiProperty({ deprecated: true, description: 'Deprecated in favor of users' })
@ApiProperty({ deprecated: true, description: 'Deprecated in favor of sharedUsersV2' })
sharedUsers!: UserResponseDto[];
sharedUsersV2!: AlbumUserResponseDto[];
hasSharedLink!: boolean;