Skip to content

Commit 1cbc5fb

Browse files
committed
minimumRestHours here didn't make sense for a short race
1 parent 74e1480 commit 1cbc5fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/short_race_no_solution.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"success": true,
33
"consecutiveStints": 2,
4-
"minimumRestHours": 8,
4+
"minimumRestHours": 0,
55
"teamMembers": [
66
{
77
"name": "Niki",
@@ -60,4 +60,4 @@
6060
}
6161
],
6262
"firstStintDriver": null
63-
}
63+
}

0 commit comments

Comments
 (0)