Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Sep 1, 2023
1 parent 1c46df2 commit 12edd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5271,7 +5271,7 @@ export async function getGames(): Promise<Array<GameType>> {
{
date: "2023-09-02",
fen: "rnbq1rk1/p5bp/3Pp1p1/1pp1P3/2p3n1/2N2N2/PP3PP1/R1BQKB1R w KQ - 0 12",
solution: ["Rxh7+", "Kxh7", "Ng5+", "Kg8", "Qxg4"],
solution: ["Rxh7", "Kxh7", "Ng5+", "Kg8", "Qxg4"],
gameUrl:
"https://lichess.org/broadcast/san-christobal-de-la-laguna/round-8/XYHI5xok/HK1al1RW#22",
white: "Miaoyi Lu",
Expand Down

1 comment on commit 12edd13

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

Built with commit 12edd13.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.