From 66e996da4bb046430c39377107ad5b5eb20b6b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Sat, 30 Mar 2024 17:18:36 +0100 Subject: [PATCH] Remove duplicates --- app/models/game.server.ts | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/app/models/game.server.ts b/app/models/game.server.ts index b270e09..bb37d3b 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -7739,38 +7739,5 @@ export async function getGames(): Promise> { 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, - }, ]; }