From cc3d6b22b730b6214ef9fefc6b59e85a111aa738 Mon Sep 17 00:00:00 2001 From: Root-Core Date: Wed, 19 Apr 2017 00:01:18 +0200 Subject: [PATCH] Fixed dirty copy and paste mistake.. --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 1971132..6d96683 100644 --- a/lib/index.js +++ b/lib/index.js @@ -62,7 +62,7 @@ function noQsMethod(options) { } // Store encoded JWT - socket[options.encodedPropertyName] = token; + socket[options.encodedPropertyName] = data.token; var onJwtVerificationReady = function(err, decoded) {