Skip to content

Commit

Permalink
Add missing configId in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmielnik committed Nov 2, 2024
1 parent 5667158 commit 0ad1c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/scrabble-solver/src/pages/api/solve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const solve = async (request: NextApiRequest, response: NextApiResponse): Promis
meta,
payload: {
board: board.toString(),
configId: config.game,
boardBlanksCount: board.getBlanksCount(),
boardTilesCount: board.getTilesCount(),
characters: characters.join(''),
Expand Down

0 comments on commit 0ad1c74

Please sign in to comment.