made end time nullable
This commit is contained in:
parent
bdbf4659e0
commit
cfb0bdf9cf
@ -11,7 +11,7 @@ class TimeEntryDboMapper {
|
||||
TimeEntry(
|
||||
id: target.id!,
|
||||
startTime: target.startTime!,
|
||||
endTime: target.endTime!,
|
||||
endTime: target.endTime,
|
||||
description: target.description,
|
||||
userId: target.userId!,
|
||||
projectId: target.projectId!,
|
||||
|
Loading…
x
Reference in New Issue
Block a user