Skip to content

Commit 1c7c4bf

Browse files
author
Gerrit Garbereder
committed
Rename dates
1 parent 1e84095 commit 1c7c4bf

File tree

1 file changed

+2
-2
lines changed
  • Task-Tracker-Entities/src/commonMain/kotlin/com/garbereder/tasktracker/entities

1 file changed

+2
-2
lines changed

Task-Tracker-Entities/src/commonMain/kotlin/com/garbereder/tasktracker/entities/Activity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import kotlinx.datetime.LocalDateTime
44

55
data class Activity(
66
val id: String,
7-
val startUTC: LocalDateTime,
8-
val endUTC: LocalDateTime,
7+
val start: LocalDateTime,
8+
val end: LocalDateTime?,
99
val task: Task
1010
)

0 commit comments

Comments
 (0)