Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 867a4a1

Browse files
committed
fixing troublesome error in mongodb auth sessions handler
1 parent ffdc8aa commit 867a4a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/helpers/database.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ module.exports = function(app)
3939
}
4040
);
4141

42-
store.on('error', function(error) {
43-
assert.ifError(error);
44-
assert.ok(false);
45-
});
4642
// Authentication stuff
4743
app.use(session(
4844
{

0 commit comments

Comments
 (0)