Skip to content

Commit

Permalink
#16 refactor: 코드 리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
SunwoongH committed Jan 13, 2025
1 parent 5f33d97 commit 0624eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain/src/main/kotlin/org/doorip/domain/trip/Todo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data class Todo(
val id: TodoId,
val title: String,
val endAt: LocalDateTime,
val memo: String,
val memo: String?,
val todoOption: TodoOption,
val allocators: List<Allocator>,
)

0 comments on commit 0624eda

Please sign in to comment.