Update regenerate_token.ts

This commit is contained in:
こぴなたみぽ 2017-08-28 23:49:14 +09:00 committed by GitHub
parent e787cb77f7
commit cdcd8e5c40
1 changed files with 1 additions and 1 deletions

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');
});