ユーザーグループ

Resolve #3218
This commit is contained in:
syuilo 2019-05-18 20:36:33 +09:00
parent 61f54f8f74
commit c7cc3dcdfd
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
65 changed files with 1797 additions and 638 deletions

View file

@ -80,5 +80,5 @@ export default define(meta, async (ps, me) => {
}
// Push the user
pushUserToUserList(user, userList);
await pushUserToUserList(user, userList);
});