Skip to content

Commit

Permalink
Remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 30, 2024
1 parent 8df5214 commit 66e996d
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7739,38 +7739,5 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1815,
id: 650,
},
{
date: "2024-04-02",
fen: "6k1/n5r1/1p2p3/pP1pP1q1/P2Pbn1p/2R1N1pP/3QB1P1/4N1K1 b - - 0 42",
solution: ["Bxg2", "N1xg2", "Nxh3+", "Kf1", "Nf2"],
gameUrl: "https://lichess.org/1XlwiZZn/black#83",
white: "Begimot_2020",
black: "chessdancer4",
wRating: 2164,
bRating: 2054,
id: 651,
},
{
date: "2024-04-03",
fen: "r4bn1/pb1q4/1p1p2kp/2pNp3/4P3/2NPP3/PPP2QPP/5RK1 w - - 2 20",
solution: ["Nf6", "Nxf6", "Qxf6+", "Kh7", "Qf7+"],
gameUrl: "https://lichess.org/mqZJ5uoN/white#38",
white: "TUNAHANKUZUCUss",
black: "Kinseton",
wRating: 1899,
bRating: 1813,
id: 652,
},
{
date: "2024-04-04",
fen: "3r2k1/ppqbbp1p/4p1pB/6Nn/8/1BP4Q/PP3PPP/4R1K1 w - - 5 22",
solution: ["Nxf7", "Kxf7", "Rxe6", "Bxe6", "Qxe6+"],
gameUrl: "https://lichess.org/7ubd7uEo/white#42",
white: "VanjaMoscow71",
black: "stoni111121",
wRating: 2032,
bRating: 2355,
id: 653,
},
];
}

1 comment on commit 66e996d

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

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

Please sign in to comment.