Skip to content

Commit

Permalink
anno :: TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Daybreak312 committed Jun 6, 2024
1 parent 9aa806e commit cc5261f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import com.info.maeumgagym.core.routine.port.out.DeleteRoutineHistoryPort
import com.info.maeumgagym.core.routine.port.out.ReadRoutineHistoryPort
import java.time.LocalDate

// TODO("오늘의 루틴 완료 취소(원본 루틴 id 기반)과 과거의 루틴 완료 취소(루틴 히스토리 id 및 날짜 기반) API로 분리")
@UseCase
class IncompleteRoutineService(
private val readRoutineHistoryPort: ReadRoutineHistoryPort,
Expand Down

0 comments on commit cc5261f

Please sign in to comment.