Skip to content

Commit

Permalink
STYLE : 일일 최대 찌르기 횟수 초과 에러 메시지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon committed Jan 9, 2024
1 parent 1d17dca commit e5e7ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/sopt/app/common/response/ErrorCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public enum ErrorCode {
POKE_MESSAGE_NOT_FOUND("해당 찌르기 메시지는 존재하지 않습니다."),
POKE_MESSAGE_TYPE_NOT_FOUND("해당 찌르기 메시지 타입은 존재하지 않습니다."),
POKE_MESSAGE_MUST_NOT_BE_NULL("찌르기 메시지 타입은 필수 값입니다."),
OVER_DAILY_POKE_LIMIT("일일 최대 찌르기 가능 횟수를 초과했습니다."),
OVER_DAILY_POKE_LIMIT("오늘은 콕 찌르기를 다 썼어요."),
DUPLICATE_POKE("이미 찌르기를 보낸 친구입니다."),

// FRIEND
Expand Down

0 comments on commit e5e7ab1

Please sign in to comment.