Skip to content

Commit

Permalink
Re-add prisoners to the ScoreEstimateRequest
Browse files Browse the repository at this point in the history
These properties are still referenced on the backend.
  • Loading branch information
benjaminpjones committed Oct 27, 2023
1 parent 7ad1995 commit 0d30b30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ScoreEstimator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ export interface ScoreEstimateRequest {
height: number;
board_state: Array<Array<number>>;
rules: GoEngineRules;
black_prisoners?: number;
white_prisoners?: number;
komi?: number;
jwt: string;
}
Expand Down

0 comments on commit 0d30b30

Please sign in to comment.