From f2f9a78d4e8acaa1d4cb51c2bf91820e0647b124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Mon, 18 Mar 2024 22:34:42 +0100 Subject: [PATCH] Add game --- app/models/game.server.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/models/game.server.ts b/app/models/game.server.ts index f13e28d..0c5c03b 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -7626,17 +7626,5 @@ export async function getGames(): Promise> { bRating: 1743, id: 640, }, - { - date: "2024-03-23", - fen: "2r2b1k/1bq2p1p/3p1p2/p3pP2/4P1R1/1N4Q1/P1PR2PP/1K6 b - - 3 25", - solution: ["Bh6", "Qh4", "Bg5", "Rxg5", "fxg5"], - gameUrl: "https://lichess.org/uFRjzYgG/black#49", - white: "SHORT21", - black: "jarming", - bTitle: "FM", - wRating: 2633, - bRating: 2678, - id: 641, - }, ]; }