Skip to content

Commit

Permalink
fix: Resolve conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
Park-Young-Hun committed Feb 20, 2024
1 parent 67539b7 commit a89d467
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/fullcar/core/response/SuccessCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ public enum SuccessCode {
AVAILABLE_NICKNAME(OK, "사용 가능한 닉네임"),
UPDATE_SUCCESS(OK, "수정 성공"),
CODE_VERIFICATION_SUCCESS(OK, "인증 성공"),
WITHDRAW_SUCCESS(OK, "탈퇴 성공"),
DELETE_SUCCESS(OK, "삭제 성공");
WITHDRAW_SUCCESS(OK, "탈퇴 성공");

private final HttpStatus status;
private final String message;
Expand Down

0 comments on commit a89d467

Please sign in to comment.