We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8042161 commit d174030Copy full SHA for d174030
1 file changed
index.js
@@ -57,7 +57,7 @@ function checkIsSecretKey(key) {
57
}
58
59
if (typeof key === 'string') {
60
- return key;
+ return;
61
62
63
if (typeof key !== 'object') {
0 commit comments