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 d90ff82 commit 33e3a7bCopy full SHA for 33e3a7b
src/modules/customers/dto/dtfs-customer.dto.ts
@@ -1,5 +1,5 @@
1
import { ApiProperty } from '@nestjs/swagger';
2
-import { IsNotEmpty, IsString, MinLength, MaxLength } from 'class-validator';
+import { IsNotEmpty, IsString, MaxLength, MinLength } from 'class-validator';
3
4
export class DTFSCustomerDto {
5
@ApiProperty({ description: 'Company Registration Number', minLength: 8, maxLength: 10 })
0 commit comments