Skip to content

Commit 33e3a7b

Browse files
refactor: lint
1 parent d90ff82 commit 33e3a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/customers/dto/dtfs-customer.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ApiProperty } from '@nestjs/swagger';
2-
import { IsNotEmpty, IsString, MinLength, MaxLength } from 'class-validator';
2+
import { IsNotEmpty, IsString, MaxLength, MinLength } from 'class-validator';
33

44
export class DTFSCustomerDto {
55
@ApiProperty({ description: 'Company Registration Number', minLength: 8, maxLength: 10 })

0 commit comments

Comments
 (0)