Skip to content

Commit 1d8fe63

Browse files
committed
refactor: remove IsNotEmpty validation from UpdateUsername DTO
1 parent b54021d commit 1d8fe63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/validation/user/dto/UpdateUsername.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 { IsString, IsNotEmpty, MinLength, MaxLength } from 'class-validator';
2+
import { IsString, MaxLength, MinLength } from 'class-validator';
33

44
export class UpdateUsernameDto {
55
@IsString()

0 commit comments

Comments
 (0)