Skip to content

Commit 9039cf0

Browse files
committed
Merge branch 'chncdcksn-fix-this-undefined'
2 parents 33b326f + 93f5543 commit 9039cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ module.exports.verify = function(jwtString, secretOrPublicKey, options, callback
160160
var payload;
161161

162162
try {
163-
payload = this.decode(jwtString);
163+
payload = module.exports.decode(jwtString);
164164
} catch(err) {
165165
return done(err);
166166
}

0 commit comments

Comments
 (0)