Skip to content

Commit

Permalink
fix: 가독성을 위해 메시지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KSLEE19 committed Jul 31, 2024
1 parent a40c939 commit 274fbf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum MemberResultCode implements ResultCode {
EDIT_MYPAGE_INFO(200, "SM002", "내 정보를 성공적으로 수정하였습니다."),
CHECK_MEMBER_REGISTRATION(200, "SM000", "해당 이메일을 가진 회원의 가입 여부를 성공적으로 조회하였습니다."),
MEMBER_INFO (200,"SM005","회원 정보를 성공적으로 조회하였습니다."),
CHECK_MARKETING_AGREED(200,"SM006","마케팅 동의 여부를 성공적으로 조회하였습니다."),
CHECK_MARKETING_AGREED(200,"SM006","마케팅동의여부를 성공적으로 조회하였습니다."),
;
private final int status;
private final String code;
Expand Down

0 comments on commit 274fbf1

Please sign in to comment.