fix : lichess error name

This commit is contained in:
GuillaumeSD
2024-12-29 12:45:55 +01:00
parent c651a08000
commit d5a1a03ffd

View File

@@ -14,7 +14,7 @@ export interface LichessEvalBody {
export type LichessResponse<T> = T | LichessErrorBody; export type LichessResponse<T> = T | LichessErrorBody;
export enum LichessError { export enum LichessError {
NotFound = "Not found", NotFound = "No cloud evaluation available for that position",
} }
export interface LichessGame { export interface LichessGame {