Skip to content

Commit be255ee

Browse files
committed
#120 Fix: 기존 변경사항 반영
1 parent d31560f commit be255ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/memesphere/domain/notification/converter/NotificationConverter.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public static Notification toNotification(NotificationRequest notificationReques
1818
.stTime(notificationRequest.getStTime())
1919
.isRising(notificationRequest.getIsRising())
2020
.user(user)
21+
.isOn(true)
2122
.build();
2223
}
2324

@@ -29,6 +30,7 @@ public static NotificationResponse toNotificationCreateResponse(Notification not
2930
.volatility(notification.getVolatility())
3031
.stTime(notification.getStTime())
3132
.isRising(notification.getIsRising())
33+
.isOn(notification.getIsOn())
3234
.coinId(memeCoin.getId())
3335
.build();
3436
}

0 commit comments

Comments
 (0)