Skip to content

Commit c32f46d

Browse files
committed
Require dayOfYear to be an unsigned int
1 parent 3282a3f commit c32f46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/cddl/getSystemStart.cddl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ $query /= [1]
22
$result /= [year, dayOfYear, timeOfDayPico]
33

44
year = bigint
5-
dayOfYear = int
5+
dayOfYear = uint
66
timeOfDayPico = bigint

0 commit comments

Comments
 (0)