Skip to content

Commit

Permalink
Update for W13
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoitie committed Jun 4, 2024
1 parent 37ec833 commit 0f1913e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion src/data/changelog.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
import moment from 'moment';

export default [{
export default [
{
date: moment('2024-06-04 00:00:00').utc(),
items: [
'Update to 2024S2W13',
],
},
{
date: moment('2024-03-12 00:00:00').utc(),
items: [
'Update to 2024S2',
Expand Down
6 changes: 3 additions & 3 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: [
0.1, 0.1
0.1, 0.1,
],
},
// 275 │ 4862 │ Sports Car │ D │ Nurburgring Endurance Championship | 2024-10-29
Expand All @@ -274,10 +274,10 @@ export default {
],
},

// 492 │ 4755 │ Sports Car │ C │ IMSA Michelin Pilot Challenge Series | 2024-06-04 | recheck - missing weeks
// 492 │ 4755 │ Sports Car │ C │ IMSA Michelin Pilot Challenge Series | 2024-06-04
4755: {
offWeeks: [
0.1, 0.1, 1.1, 2.1, 3.1, 4.1, 5.1
0.1, 1.1, 2.1, 3.1, 4.1, 5.1,
],
},
};

0 comments on commit 0f1913e

Please sign in to comment.