chore(server): remove unused deps (#9334)

This commit is contained in:
Jason Rasmussen 2024-05-08 16:39:35 -04:00 committed by GitHub
parent 1167f0f2b7
commit 8e9895df27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 4 deletions

View file

@ -38,6 +38,7 @@ class AlbumUserCreateDto {
userId!: string;
@IsEnum(AlbumUserRole)
@ApiProperty({ enum: AlbumUserRole, enumName: 'AlbumUserRole' })
role!: AlbumUserRole;
}