Skip to content

Commit

Permalink
Remove double increment
Browse files Browse the repository at this point in the history
  • Loading branch information
victorkirov committed Oct 28, 2024
1 parent 82a58f6 commit 8e1a4cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/axiosRateLimit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,5 @@ export class AxiosRateLimit {

this.timeslotRequests++;
setTimeout(this.onRequestTimerMet, this.perMilliseconds);

this.timeslotRequests += 1;
};
}

0 comments on commit 8e1a4cc

Please sign in to comment.