Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Apr 8, 2024
1 parent 70fe045 commit 5df1a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7810,7 +7810,7 @@ export async function getGames(): Promise<Array<GameType>> {
id: 656,
},
{
date: "2022-04-08",
date: "2024-04-08",
fen: "r1bq1rk1/pp2nppp/1bp2n2/4N3/4P3/2PB3P/PP3PP1/RNBQ1RK1 b - - 0 11",
solution: ["Bxh3", "Nc4", "Bg4", "Qc2", "Bc7"],
gameUrl:
Expand All @@ -7825,7 +7825,7 @@ export async function getGames(): Promise<Array<GameType>> {
event: "FIDE Candidates 2024",
},
{
date: "2022-04-09",
date: "2024-04-09",
fen: "r2qr1k1/pppbbpp1/3p3p/6N1/3B2nP/2PB4/PPPQ1PP1/2KR3R w - - 2 14",
solution: ["Nxf7", "Kxf7", "Bc4+", "Kf8", "Qd3"],
gameUrl:
Expand Down

1 comment on commit 5df1a43

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for chessguessr ready!

✅ Preview
https://chessguessr-nw1qbjmxj-assios.vercel.app

Built with commit 5df1a43.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.