Skip to content

Commit

Permalink
fix: remove log comment
Browse files Browse the repository at this point in the history
CahidArda committed Jul 2, 2024
1 parent 0744207 commit 5958770
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/getRemainingTokens.test.ts
Original file line number Diff line number Diff line change
@@ -22,7 +22,6 @@ function run<TContext extends Context>(builder: Ratelimit<TContext>) {
builder.limit(id),
builder.getRemaining(id)
])
// console.log(limitResult.remaining, remainigResult.remaining);

expect(limitResult.remaining).toBe(remainigResult.remaining)
expect(limitResult.reset).toBe(remainigResult.reset)

0 comments on commit 5958770

Please sign in to comment.