Skip to content

Commit

Permalink
fix: remove deck dto tag constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
saehun committed Aug 12, 2023
1 parent f563b6a commit 889e95f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export class CreateDeckDto {
name: string;

@ArrayNotEmpty()
@IsEnum(DeckCategory, { each: true })
@ApiProperty({ example: 'list of category' })
category: DeckCategory[];
}

0 comments on commit 889e95f

Please sign in to comment.