eslint --fix: added missing semicolons
This commit is contained in:
@@ -50,11 +50,11 @@ export class PrivilegesManager extends SFPrivilegesManager {
|
||||
const customSuccess = async () => {
|
||||
onSuccess && await onSuccess();
|
||||
this.currentAuthenticationElement = null;
|
||||
}
|
||||
};
|
||||
const customCancel = async () => {
|
||||
onCancel && await onCancel();
|
||||
this.currentAuthenticationElement = null;
|
||||
}
|
||||
};
|
||||
|
||||
const scope = this.$rootScope.$new(true);
|
||||
scope.action = action;
|
||||
|
||||
Reference in New Issue
Block a user