Skip to content

Commit

Permalink
chore: remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf authored Apr 25, 2024
1 parent 8bd86e2 commit d773836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/RateLimiterRedis.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class RateLimiterRedis extends RateLimiterStoreAbstract {
this.client.eval(this._incrTtlLuaScript, 1, rlKey, points, secDuration, this.points, this.duration, incrCallback);
}
});
} else {
} else {
return this.client.eval(this._incrTtlLuaScript, {
keys: [rlKey],
arguments: [String(points), String(secDuration), String(this.points), String(this.duration)],
Expand Down

0 comments on commit d773836

Please sign in to comment.