Skip to content

Commit 69ae96f

Browse files
authored
Update UpdateTaskService.java
1 parent 8a7ba22 commit 69ae96f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public void updateTaskStatus(Long memberId, Long taskId, TaskStatus taskStatus)
8383
Task updateTask = taskService.upsert(task);
8484
TaskHistory taskHistory = TaskHistory.createTaskHistory(TaskHistoryType.STATUS_SWITCHED, task, taskStatus.getDescription(), null,null);
8585
commandTaskHistoryPort.save(taskHistory);
86+
8687
List<Member> receivers = List.of(task.getRequester(), task.getProcessor());
8788
publishNotification(receivers, updateTask, NotificationType.STATUS_SWITCHED, String.valueOf(updateTask.getTaskStatus()));
8889
}

0 commit comments

Comments
 (0)