Skip to content

Commit

Permalink
fix crossword date
Browse files Browse the repository at this point in the history
  • Loading branch information
tblackwell-tm committed Mar 8, 2024
1 parent 2e511dd commit d16718e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/src/guardian.prize.25220.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ const data: GuardianCrossword = {
name: 'Araucaria',
webUrl: 'https://www.theguardian.com/profile/araucaria',
},
date: 123,
dateSolutionAvailable: 123,
date: 1295049600000,
dateSolutionAvailable: 1295049600000,
solutionAvailable: true,
};

Expand Down

0 comments on commit d16718e

Please sign in to comment.