[API] Fix bug

This commit is contained in:
syuilo 2017-02-09 02:15:34 +09:00
parent 7435dfcacf
commit 3fd2a68a45

View file

@ -96,9 +96,15 @@ module.exports = (params) =>
});
// Delete session
/* https://github.com/Automattic/monk/issues/178
AuthSess.deleteOne({
_id: session._id
});
*/
AuthSess.remove({
_id: session._id
});
// Response
res({