Skip to content

Commit

Permalink
Adding single line comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gallant committed Oct 27, 2024
1 parent a6aa883 commit b23aaee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Api/Puzzles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export class Puzzles {
statistics.totalSolveTime / statistics.numGamesPlayed
);

// Create or update user's total number of hints used per strategy statistics
for (const newHintStrategies of numHintsUsedPerStrategy) {
const existingHintStrategies = statistics.numHintsUsedPerStrategy.find(
(strategy: { hintStrategy: SudokuStrategy; numHintsUsed: number }) =>
Expand Down

0 comments on commit b23aaee

Please sign in to comment.