We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff2b2f commit 62eff7fCopy full SHA for 62eff7f
src/2024/2024-12-14/lib/board.ts
@@ -83,7 +83,7 @@ export class Board {
83
84
const robotData = this.robots[robotIndex] as RobotProperty
85
const currentTileValue = getCoordinateSymbol(robotData, this.grid)?.symbol
86
- const newPositionTileValue = getCoordinateSymbol(robotData, this.grid)?.symbol
+ const newPositionTileValue = getCoordinateSymbol(point, this.grid)?.symbol
87
88
if (!currentTileValue || !newPositionTileValue) return
89
0 commit comments