Skip to content

Commit

Permalink
fix: rm unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Sep 18, 2024
1 parent 9a68d25 commit fac97c3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/deny-list/deny-list.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ describe("should resolve ratelimit and deny list response", async () => {
const redis = Redis.fromEnv();
const prefix = `test-resolve-prefix`;

let _callCount = 0;
const _spyRedis = {
multi: () => {
_callCount += 1;
return redis.multi();
}
}

const initialResponse = {
success: true,
limit: 100,
Expand Down

0 comments on commit fac97c3

Please sign in to comment.