Merge pull request #152 from Root-Core/patch-2

Fixed merge error
This commit is contained in:
Conrad Sopala 2019-07-24 15:59:21 +02:00 committed by GitHub
commit c4b2d37d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ function authorize(options, onConnection) {
}
// Store encoded JWT
data[options.encodedPropertyName] = token;
socket[options.encodedPropertyName] = token;
var onJwtVerificationReady = function(err, decoded) {