Closed sethvincent closed 7 years ago
This ensures that multiRemove is only called if there are at least one key in the keys array.
multiRemove
keys
An empty array results in the error Array [ [Error: Invalid key] ]
Array [ [Error: Invalid key] ]
@sethvincent thanks! released in 4.0.1
in case the history is confusing, it's cause 4.0.0 was released earlier, but i forgot to push the commit
:+1: thanks!
This ensures that
multiRemove
is only called if there are at least one key in thekeys
array.An empty array results in the error
Array [ [Error: Invalid key] ]