1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 15:26:08 +02:00

[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({