Skip to content

Commit

Permalink
Merge branch 'master' into auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 13, 2023
2 parents 0cb5f49 + 81c20ac commit ea704ae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5035,5 +5035,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1738,
id: 417,
},
{
date: "2023-08-13",
fen: "r2qk3/ppp2p2/2n1pn2/5b1r/3PB1p1/P1N3PP/1PP1Q3/2KR2NR b q - 0 15",
solution: ["Nxe4", "Nxe4", "Nxd4", "Qe3", "Bxe4"],
gameUrl: "https://lichess.org/FyYJDV4L/black#29",
white: "Roma_Chess",
black: "FirstCarcass",
wRating: 2165,
bRating: 1775,
id: 418,
},
];
}

1 comment on commit ea704ae

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

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

Please sign in to comment.