Skip to content

Commit

Permalink
chore : PR Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
GBGreenBravo committed May 8, 2024
1 parent 3eca5fa commit 4995905
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ public enum UserMessage {
USER_COMMENTS_READ("작성한 댓글을 조회했습니다."),
USER_REVIEWS_READ("작성한 리뷰를 조회했습니다."),
USER_CREW_MEMBERS_READ("크루 일정 조회여부를 조회했습니다."),
USER_MEETING_VIEWED_UPDATED("크루 일정 조회여부를 수정했습니다."),
USER_MEETINGS_READ("다가오는 크루 일정을 조회했습니다."),
<<<<<<< HEAD
USER_REPORTED("신고가 완료되었습니다.");
=======
USER_CREW_MEMBERS_READ("크루 일정 조회여부를 조회했습니다."),
USER_MEETING_VIEWED_UPDATED("크루 일정 조회여부를 수정했습니다.");
>>>>>>> 51fec3ba (feat : 마이페이지의 다가오는일정 크루별 조회여부 수정 구현)

private final String message;

Expand Down

0 comments on commit 4995905

Please sign in to comment.