Skip to content

Commit

Permalink
Fix key value for time type tasks (#2263)
Browse files Browse the repository at this point in the history
Co-authored-by: Gino Miceli <228050+gino-m@users.noreply.github.com>
  • Loading branch information
shobhitagarwal1612 and gino-m authored Feb 28, 2024
1 parent 3a628cf commit ed2af89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ internal object TaskConverter {
"draw_area" -> Task.Type.DRAW_AREA
"number" -> Task.Type.NUMBER
"date" -> Task.Type.DATE
"time" -> Task.Type.TIME
"date_time" -> Task.Type.TIME
"capture_location" -> Task.Type.CAPTURE_LOCATION
else -> Task.Type.UNKNOWN
}
Expand Down

0 comments on commit ed2af89

Please sign in to comment.