fix(mobile): add user to album using new dto property (#9312)

* fix(mobile): add user to album using new DTO property

* fix(mobile): add user to album using new DTO property
This commit is contained in:
Alex
2024-05-07 15:00:38 -05:00
committed by GitHub
parent 78b5990d2a
commit ee6995783f
2 changed files with 5 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ export class AlbumUserAddDto {
export class AddUsersDto {
@ValidateUUID({ each: true, optional: true })
@ArrayNotEmpty()
@PropertyLifecycle({ deprecatedAt: 'v1.102.0' })
sharedUserIds?: string[];