Skip to content

Commit ac3c3e6

Browse files
authored
refactor: 리마인더 알림 타입 추가 (#8)
1 parent 597c5a6 commit ac3c3e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/wellmeet/notification/consumer/dto/NotificationType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ public enum NotificationType {
99
RESERVATION_CONFIRMED,
1010
RESERVATION_UPDATED,
1111
RESERVATION_CANCELED,
12+
RESERVATION_REMINDER,
1213
}

0 commit comments

Comments
 (0)