Skip to content

Commit

Permalink
Fix games
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jan 29, 2024
1 parent 27f6c9b commit 4202d18
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7062,13 +7062,13 @@ export async function getGames(): Promise<Array<GameType>> {
},
{
date: "2024-02-03",
fen: "q3r1k1/5ppp/3p1b2/1Np5/2P1b3/5B1P/1P3PP1/3Q1RK1 w - - 0 19",
solution: ["Nc7", "Bxf3", "gxf3", "Qd8", "Nxe8"],
gameUrl: "https://lichess.org/1wiqsUaf/white#36",
white: "Artyul1",
black: "francescfb",
wRating: 1644,
bRating: 1738,
fen: "rnbq1rk1/1p3pp1/p3pb1p/3p2N1/8/2PBP3/PPQN1PPP/R3K2R w KQ - 0 13",
solution: ["Bh7+", "Kh8", "Bg8", "g6", "Nxf7+"],
gameUrl: "https://lichess.org/9oposzvz/white#24",
white: "jorgeluisolivero",
black: "hamery93",
wRating: 1809,
bRating: 1849,
id: 592,
},
{
Expand Down

1 comment on commit 4202d18

@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-r5j5h3gfl-assios.vercel.app

Built with commit 4202d18.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.