Skip to content

Commit d174030

Browse files
author
Jimmy Wärting
committed
now also solves auth0#45
1 parent 8042161 commit d174030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function checkIsSecretKey(key) {
5757
}
5858

5959
if (typeof key === 'string') {
60-
return key;
60+
return;
6161
}
6262

6363
if (typeof key !== 'object') {

0 commit comments

Comments
 (0)