Skip to content

Commit d513e9d

Browse files
committed
update
1 parent 43d48a1 commit d513e9d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: library.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,7 @@ plugin.addMiddleware = function (req, res, next) {
432432
}
433433

434434
db.sortedSetAdd(plugin.settings.name + ':uid', uid, uid, function (err) {
435-
console.log('SortedSetAddError!!!');
436-
return next();
435+
if (err) console.log('dberr');
437436
});
438437
var token = jwt.sign(payload, plugin.settings.secret);
439438
//console.dir(token);

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodebb-plugin-sso-multi-nodebb",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Allows login sessions from your NodeBB to persist in another NodeBB",
55
"main": "library.js",
66
"repository": {

0 commit comments

Comments
 (0)