Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelef committed Jan 26, 2024
1 parent 2e10522 commit f7366d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/TimeSeriesChart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function TimeSeriesChart() {
setEstimatedTime(timeEstimate);
}

const callsNeeded = Math.floor(res.stars / 100) + 1;
const callsNeeded = Math.floor(res.stars / 100);
setMaxProgress(callsNeeded);
startSSEUpates(repoParsed, callsNeeded, status.onGoing);
};
Expand Down

0 comments on commit f7366d1

Please sign in to comment.