|
@@ -467,7 +467,11 @@ class _WSModule extends CoreClass {
|
|
|
|
|
|
return CacheModule.runJob(
|
|
return CacheModule.runJob(
|
|
"HSET",
|
|
"HSET",
|
|
- { table: "sessions", key: SID, value: session },
|
|
|
|
|
|
+ {
|
|
|
|
+ table: "sessions",
|
|
|
|
+ key: SID,
|
|
|
|
+ value: session
|
|
|
|
+ },
|
|
this
|
|
this
|
|
).then(session => next(null, session));
|
|
).then(session => next(null, session));
|
|
},
|
|
},
|