mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 01:11:16 +03:00
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:
@@ -25,7 +25,6 @@ export class AlbumUserAddDto {
|
||||
|
||||
export class AddUsersDto {
|
||||
@ValidateUUID({ each: true, optional: true })
|
||||
@ArrayNotEmpty()
|
||||
@PropertyLifecycle({ deprecatedAt: 'v1.102.0' })
|
||||
sharedUserIds?: string[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user