Skip to content

Commit

Permalink
Merge pull request #121 from Kusitms-29th-ASAP/fix/todo
Browse files Browse the repository at this point in the history
fix: 투두 검증으로 인해 이전 투두 조회 안되는 문제 해결
  • Loading branch information
tlarbals824 authored Sep 4, 2024
2 parents fec694b + aae70a1 commit 97d52ba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class Todo (

init {
validateProperty(description.isNotBlank())
validateProperty(deadline.isAfter(LocalDate.now().minusDays(1)))
}

val id: Long = id
Expand Down

0 comments on commit 97d52ba

Please sign in to comment.