mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore(server): remove unused deps (#9334)
This commit is contained in:
parent
1167f0f2b7
commit
8e9895df27
3 changed files with 1 additions and 4 deletions
|
|
@ -38,6 +38,7 @@ class AlbumUserCreateDto {
|
|||
userId!: string;
|
||||
|
||||
@IsEnum(AlbumUserRole)
|
||||
@ApiProperty({ enum: AlbumUserRole, enumName: 'AlbumUserRole' })
|
||||
role!: AlbumUserRole;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue