We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778c369 commit f50897cCopy full SHA for f50897c
src/application/dtos/point.dto.ts
@@ -6,7 +6,7 @@ export class PointDto {
6
default: 1000,
7
})
8
@IsInt()
9
- @IsPositive()
+ @IsPositive({ message: '금액은 0보다 커야 합니다.' })
10
amount: number;
11
12
@ApiProperty({
0 commit comments