Skip to content

Commit

Permalink
add override
Browse files Browse the repository at this point in the history
  • Loading branch information
icecream17 authored May 27, 2021
1 parent 6ae0c4f commit dd9064a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Sudoku.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class Sudoku extends PureSudoku {
]
}

set(x: IndexToNine, y: IndexToNine) {
override set(x: IndexToNine, y: IndexToNine) {
return {
to: async (...candidates: SudokuDigits[]) => {
this.data[x][y] = candidates
Expand Down

0 comments on commit dd9064a

Please sign in to comment.