Skip to content

Commit b64e58c

Browse files
committed
CLAP-211 Docs: todo 작성
<footer> - 관련: #215
1 parent 9ddf2a0 commit b64e58c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/clap/server/application/service/task/PublishNotificationService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ public class PublishNotificationService {
2020
private final ApplicationEventPublisher applicationEventPublisher;
2121
private final SendWebhookService sendWebhookService;
2222

23+
//TODO: NotificationType에 따라 메세지 템플릿을 생성하는 로직 추가 필요
24+
2325
public void publishNotification(List<Member> receivers, Task task, NotificationType type) {
2426
receivers.forEach(receiver -> {
2527
Notification notification = createTaskNotification(task, receiver, type);

0 commit comments

Comments
 (0)