From 480a7ceac0d7fbd918c8acee382968aed31e3122 Mon Sep 17 00:00:00 2001 From: unifolio0 Date: Sun, 5 Oct 2025 13:20:23 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EB=A6=AC=EB=A7=88=EC=9D=B8?= =?UTF-8?q?=EB=8D=94=20=EC=95=8C=EB=A6=BC=20=ED=83=80=EC=9E=85=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/wellmeet/notification/consumer/dto/NotificationType.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/wellmeet/notification/consumer/dto/NotificationType.java b/src/main/java/com/wellmeet/notification/consumer/dto/NotificationType.java index 387effb..14212a0 100644 --- a/src/main/java/com/wellmeet/notification/consumer/dto/NotificationType.java +++ b/src/main/java/com/wellmeet/notification/consumer/dto/NotificationType.java @@ -9,4 +9,5 @@ public enum NotificationType { RESERVATION_CONFIRMED, RESERVATION_UPDATED, RESERVATION_CANCELED, + RESERVATION_REMINDER, }