Skip to content

Commit 8f21700

Browse files
committed
feat(NotificationSubType): VOLUNTEER_APPLY 추가
1 parent b491e37 commit 8f21700

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/somemore/notification/domain/NotificationSubType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ public enum NotificationSubType {
99
NOTE_BLAH_BLAH("쪽지"),
1010
VOLUNTEER_REVIEW_REQUEST("봉사 후기 요청"),
1111
VOLUNTEER_APPLY_STATUS_CHANGE("신청 상태 변경"),
12-
COMMENT_ADDED("댓글 대댓글 추가")
12+
COMMENT_ADDED("댓글 대댓글 추가"),
13+
VOLUNTEER_APPLY("봉사 신청"),
1314
;
1415

1516
private final String description;

0 commit comments

Comments
 (0)