node-redlock icon indicating copy to clipboard operation
node-redlock copied to clipboard

Superfluous type check

Open jamesblacklock opened this issue 2 years ago • 1 comments

https://github.com/mike-marcacci/node-redlock/blob/b720d5fdbe5bb54316031aec8b2c15128dbfa8a9/src/index.ts#L731

instanceof Error has already been checked above. This check is superfluous.

jamesblacklock avatar Dec 15 '22 15:12 jamesblacklock