fix : lichess error name
This commit is contained in:
@@ -14,7 +14,7 @@ export interface LichessEvalBody {
|
||||
export type LichessResponse<T> = T | LichessErrorBody;
|
||||
|
||||
export enum LichessError {
|
||||
NotFound = "Not found",
|
||||
NotFound = "No cloud evaluation available for that position",
|
||||
}
|
||||
|
||||
export interface LichessGame {
|
||||
|
||||
Reference in New Issue
Block a user