Skip to content

Commit

Permalink
feat: add missing challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
rpidanny committed Aug 17, 2024
1 parent 993bac3 commit 41377bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/data/netherlands-pilot/runs/august-2024/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,13 @@ export default {
challenge: NetherlandsPilotChallenge.BullishAdventure,
place: 'Amsterdam',
},
{
type: EventType.ChallengeCompleted,
timestamp: new Date('2024-08-17T11:27:00.000Z').toISOString(),
team: August2024Team.TeamA,
challenge: NetherlandsPilotChallenge.Photobomb,
place: 'Amsterdam',
},
{
type: EventType.ChallengeCompleted,
timestamp: new Date('2024-08-17T11:39:00.000Z').toISOString(),
Expand Down

0 comments on commit 41377bb

Please sign in to comment.