mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
fix lint error in admin-user.vue
This commit is contained in:
parent
92bbcd3255
commit
561d44cd23
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ async function unassignRole(role, ev) {
|
|||
danger: true,
|
||||
action: async () => {
|
||||
await os.promiseDialog(async () => {
|
||||
await misskeyApi('admin/roles/unassign', { roleId: role.id, userId: props.userId});
|
||||
await misskeyApi('admin/roles/unassign', { roleId: role.id, userId: props.userId });
|
||||
await refreshUser();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue