1
0
This commit is contained in:
syuilo
2017-08-29 00:20:53 +09:00
+1 -1
View File
@@ -37,6 +37,6 @@ module.exports = async (params, user) => new Promise(async (res, rej) => {
res();
// Publish i updated event
// Publish event
event(user._id, 'my_token_regenerated');
});