Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnixon committed Sep 6, 2024
1 parent cd746f2 commit de2512f
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 84 deletions.
2 changes: 1 addition & 1 deletion forecast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const simulations = async (
storiesDone += resolvedTicketCounts[
Math.floor(Math.random() * numTimeIntervals)
]!;
results[i]++;
results[i]!++;
}
}

Expand Down
Loading

0 comments on commit de2512f

Please sign in to comment.