Skip to content

Commit 756fa3f

Browse files
committed
CLAP-266 Fix: 컴파일 오류 수정
1 parent e37c176 commit 756fa3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/clap/server/application/mapper/NotificationMapper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public static FindNotificationListResponse toFindNoticeListResponse(Notification
1717
notification.getReceiver().getMemberId(),
1818
notification.getTask().getTitle(),
1919
notification.getMessage() != null ? notification.getMessage() : null,
20+
notification.isRead(),
2021
notification.getCreatedAt()
2122
);
2223
}

0 commit comments

Comments
 (0)