Skip to content

Commit 4d05d0f

Browse files
committed
Linting issue
1 parent 9ac06cb commit 4d05d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/games/biscuit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ export class BiscuitGame extends GameBase {
933933
for (let x = minX - 1; x <= maxX + 1; x++) {
934934
columnLabels.push(x.toString());
935935
}
936-
const [rootCol, rootRow] = this.board.abs2rel(0, 0);
936+
const [rootCol, rootRow] = this.board.abs2rel(0, 0)!;
937937

938938
// build pieces string and block most cells, for visual clarity
939939
const pieces: string[][] = [];

0 commit comments

Comments
 (0)