Skip to content

Commit

Permalink
feat: add challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
rpidanny committed Aug 17, 2024
1 parent 57554c7 commit a4ba274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/netherlands-pilot/runs/august-2024/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,15 +382,15 @@ export default {
},
{
type: EventType.ChallengeCompleted,
timestamp: new Date('2024-08-17T13:03:00.000Z').toISOString(),
timestamp: new Date('2024-08-17T15:03:00.000Z').toISOString(),
team: August2024Team.TeamB,
cursedTeam: August2024Team.TeamA,
challenge: NetherlandsPilotChallenge.WindmillSpin,
place: 'Amsterdam',
},
{
type: EventType.ChallengeCompleted,
timestamp: new Date('2024-08-17T13:08:00.000Z').toISOString(),
timestamp: new Date('2024-08-17T15:08:00.000Z').toISOString(),
team: August2024Team.TeamB,
cursedTeam: August2024Team.TeamA,
challenge: NetherlandsPilotChallenge.SilentTrain,
Expand Down

0 comments on commit a4ba274

Please sign in to comment.