Skip to content

Commit

Permalink
Merge pull request gutanbug#93 from gutanbug/dev
Browse files Browse the repository at this point in the history
Release dev_deploy
  • Loading branch information
gutanbug authored Apr 9, 2024
2 parents 432d198 + 1eb2aaa commit 9885a74
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
public class RequestNickNameChangeDto {
@NotBlank
@Size(min = 3, max = 16)
@Pattern(regexp = "^(?!.*\\s{2,})[A-Za-z\\dㄱ-ㅎㅏ-ㅣ가-힣_ ]{3,16}$")
@Schema(description = "새로운 닉네임", example = "단국대 빌게이츠")
private final String nickname;

Expand Down

0 comments on commit 9885a74

Please sign in to comment.