2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

Fixed dirty copy and paste mistake..

This commit is contained in:
Root-Core 2017-04-19 00:01:18 +02:00 committed by GitHub
parent 025952dcc7
commit cc3d6b22b7

View File

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