node-redlock
node-redlock copied to clipboard
Superfluous type check
https://github.com/mike-marcacci/node-redlock/blob/b720d5fdbe5bb54316031aec8b2c15128dbfa8a9/src/index.ts#L731
instanceof Error
has already been checked above. This check is superfluous.