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 b54021d commit 1d8fe63Copy full SHA for 1d8fe63
shared/validation/user/dto/UpdateUsername.dto.ts
@@ -1,5 +1,5 @@
1
import { ApiProperty } from '@nestjs/swagger';
2
-import { IsString, IsNotEmpty, MinLength, MaxLength } from 'class-validator';
+import { IsString, MaxLength, MinLength } from 'class-validator';
3
4
export class UpdateUsernameDto {
5
@IsString()
0 commit comments