Commit 415352a7 authored by Patricio Bruna's avatar Patricio Bruna

Fixed missed semicolon

parent 623f2f19
......@@ -89,7 +89,7 @@ export default class Domain extends Zimbra {
const grantee_data = {
'type': 'usr',
'identifier': account_id
}
};
this.revokeRight(grantee_data, this.domainAdminRights, callback);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment