Skip to content

Commit

Permalink
Revert "enlever le commentaire"
Browse files Browse the repository at this point in the history
This reverts commit 6d0a7c4.
  • Loading branch information
guillaume committed Nov 20, 2023
1 parent 6d0a7c4 commit 75b0ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/12_RefactoringGolf/hole1/kata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Board {
}

public AddTileAt(symbol: string, x: number, y: number): void {

//@ts-ignore
const tile: Tile = { X: x, Y: y, Symbol: symbol };

this._plays.find((t: Tile) => t.X == x && t.Y == y)!.Symbol = symbol;
Expand Down

0 comments on commit 75b0ec2

Please sign in to comment.