Skip to content

Commit

Permalink
👽 Adjust discord username validation
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Sep 4, 2023
1 parent d5f4eba commit 72c258b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/users/dtos/update.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export class UserUpdateDTO {

@IsOptional()
@IsString()
@Matches(/^.{2,32}#[0-9]{4}$/)
discordTag: string;

@IsBoolean()
Expand Down

0 comments on commit 72c258b

Please sign in to comment.