We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfba8a1 commit 29a90d6Copy full SHA for 29a90d6
lib/sessionmanager.js
@@ -89,7 +89,7 @@ SessionManager.prototype.logOut = function(req, options, cb) {
89
if (options.keepSessionData) {
90
Object.assign(req.session, prevSession);
91
}
92
- cb && cb();
+ cb();
93
});
94
95
0 commit comments