Skip to content

Commit

Permalink
Hotfix missing race week issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoitie committed Apr 3, 2024
1 parent c6fcfb2 commit 175c078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/offWeeks.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default {
// 501 │ 4806 │ Dirt │ C │ Dirt 410 Sprint Car Tour - Fixed | 2024-06-04 | recheck - missing weeks
4806: {
offWeeks: [
12.1, 12.1
0.1, 0.1
],
},
// 275 │ 4862 │ Sports Car │ D │ Nurburgring Endurance Championship | 2024-10-29
Expand All @@ -277,7 +277,7 @@ export default {
// 492 │ 4755 │ Sports Car │ C │ IMSA Michelin Pilot Challenge Series | 2024-06-04 | recheck - missing weeks
4755: {
offWeeks: [
1.1, 2.1, 3.1, 4.1, 5.1, 6.1, 6.1,
0.1, 0.1, 1.1, 2.1, 3.1, 4.1, 5.1
],
},
};

0 comments on commit 175c078

Please sign in to comment.