Skip to content

Commit

Permalink
fix(user): two decorator clash
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Aug 21, 2022
1 parent 5b6e432 commit 7dca436
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/user/user.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
class UserOptionDto {
@IsOptional()
@IsString()
@IsNotEmpty()
@ApiProperty({ example: "我是练习时长两年半的个人练习生" })
readonly introduce?: string;

Expand Down

0 comments on commit 7dca436

Please sign in to comment.