mirror of
https://github.com/nasa/openmct.git
synced 2024-12-26 08:11:05 +00:00
Lint
This commit is contained in:
parent
ec7f954411
commit
7261662975
@ -246,7 +246,7 @@ export default class StatusAPI extends EventEmitter {
|
||||
const provider = this.#userAPI.getProvider();
|
||||
|
||||
if (provider.getStatusRoleForCurrentUser) {
|
||||
const activeStatusRole = await this.#userAPI.getActiveRole()
|
||||
const activeStatusRole = await this.#userAPI.getActiveRole();
|
||||
const canProvideStatus = await this.canProvideStatusForRole(activeStatusRole);
|
||||
|
||||
return canProvideStatus;
|
||||
|
Loading…
Reference in New Issue
Block a user