feat : add chessCom games import

This commit is contained in:
GuillaumeSD
2024-02-27 03:32:46 +01:00
parent b2b80b1cc1
commit 13a4bc06b6
13 changed files with 270 additions and 30 deletions

View File

@@ -21,7 +21,7 @@ export const formatGameToDatabase = (game: Chess): Omit<Game, "id"> => {
event: headers.Event,
site: headers.Site,
date: headers.Date,
round: headers.Round,
round: headers.Round ?? "?",
white: {
name: headers.White,
rating: headers.WhiteElo ? Number(headers.WhiteElo) : undefined,