From d5a1a03ffda7554c21b59c5ba3ecc60930fc1a05 Mon Sep 17 00:00:00 2001 From: GuillaumeSD Date: Sun, 29 Dec 2024 12:45:55 +0100 Subject: [PATCH] fix : lichess error name --- src/types/lichess.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/lichess.ts b/src/types/lichess.ts index dc91d34..64e73ae 100644 --- a/src/types/lichess.ts +++ b/src/types/lichess.ts @@ -14,7 +14,7 @@ export interface LichessEvalBody { export type LichessResponse = T | LichessErrorBody; export enum LichessError { - NotFound = "Not found", + NotFound = "No cloud evaluation available for that position", } export interface LichessGame {