fix lint error in admin-user.vue

This commit is contained in:
Hazelnoot 2025-06-01 13:45:02 -04:00
parent 92bbcd3255
commit 561d44cd23

View file

@ -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();
});
},