Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ public record ApprovalTaskRequest(
example = "2")
Long processorId,

@NotNull
@Schema(description = "마감 기한",
example = "2025-02-10T15:30:00")
LocalDateTime dueDate,

@NotNull
@Schema(description = "라벨 ID",
example = "1")
Long labelId
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public class ApprovalTaskService implements ApprovalTaskUsecase {
private final TaskService taskService;
private final CategoryService categoryService;
private final LabelService labelService;
private final CommandTaskPort commandTaskPort;
private final RequestedTaskUpdatePolicy requestedTaskUpdatePolicy;
private final CommandTaskHistoryPort commandTaskHistoryPort;
private final SendNotificationService sendNotificationService;
Expand Down