mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-08 04:54:32 +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,
|
danger: true,
|
||||||
action: async () => {
|
action: async () => {
|
||||||
await os.promiseDialog(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();
|
await refreshUser();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue