Nick: revert trailing comma

This commit is contained in:
Nicolas
2024-12-11 19:51:08 -03:00
parent 52f2e733e2
commit 8a1c404918
121 changed files with 1965 additions and 1952 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ const setValue = async (
key: string,
value: string,
expire?: number,
nx = false
nx = false,
) => {
if (expire && !nx) {
await redisRateLimitClient.set(key, value, "EX", expire);