1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 19:27:29 -06:00

Update regenerate_token.ts

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

View file

@ -37,6 +37,6 @@ module.exports = async (params, user) => new Promise(async (res, rej) => {
res(); res();
// Publish i updated event // Publish event
event(user._id, 'my_token_regenerated'); event(user._id, 'my_token_regenerated');
}); });