Skip to content

Commit

Permalink
Style: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimChanJin97 committed Oct 12, 2024
1 parent dae472e commit 290edfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public enum AuthExceptionType implements ExceptionType {

// 회원가입
WRONG_PASSWORD(Status.BAD_REQUEST, 4007, "WRONG PASSWORD"),
NICKNAME_EXCEED_LENGTH_TEN(Status.BAD_REQUEST, 4008, "NICKNAME EXCEED LENGTHTEN"),
NICKNAME_EXCEED_LENGTH_TEN(Status.BAD_REQUEST, 4008, "NICKNAME EXCEED LENGTH TEN"),
ALREADY_SIGN_OUT(Status.UNAUTHORIZED, 4009, "ALREADY SIGN OUT")
;

Expand Down

0 comments on commit 290edfb

Please sign in to comment.