Skip to content

Commit

Permalink
🔥 removed incorrect comment
Browse files Browse the repository at this point in the history
Rohland committed Feb 12, 2024
1 parent 18498cb commit f406357
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/rate-limiter.ts
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ interface IRequest {
reject: (err: Error) => void;
}

// Rate limiter that assumes requests take less than 1 minute to execute
export class RateLimiter {

private maxRatePerSecond: number;

0 comments on commit f406357

Please sign in to comment.