We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4621bf + d16b2b6 commit b24a3b3Copy full SHA for b24a3b3
1 file changed
apps/api/src/app/column/dtos/column-request.dto.ts
@@ -15,7 +15,6 @@ import { Type } from 'class-transformer';
15
16
import { ValidationTypesEnum } from '@impler/client';
17
import { IsValidRegex } from '@shared/framework/is-valid-regex.validator';
18
-import { IsGreaterThan } from '@shared/framework/is-greator-than.validator';
19
import { IsNumberOrString } from '@shared/framework/number-or-string.validator';
20
import { ColumnDelimiterEnum, ColumnTypesEnum, Defaults } from '@impler/shared';
21
@@ -48,9 +47,6 @@ export class ValidationDto {
48
47
})
49
@IsNumber()
50
@IsOptional()
51
- @IsGreaterThan('min', {
52
- message: 'max must be greater than min',
53
- })
54
max?: number;
55
56
@ApiPropertyOptional({
0 commit comments