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
+2 -2
View File
@@ -21,6 +21,6 @@ export const redlock = new Redlock(
// The minimum remaining time on a lock before an extension is automatically
// attempted with the `using` API.
automaticExtensionThreshold: 500 // time in ms
}
automaticExtensionThreshold: 500, // time in ms
},
);