fix : lichess error name
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user