Quick fix to not expose the builder ID outside of the role impl.
This commit is contained in:
parent
eb251fb48e
commit
2240b060d4
|
@ -391,4 +391,9 @@ export function getExternalRoleID(roleId?: string) {
|
||||||
return roleId
|
return roleId
|
||||||
}
|
}
|
||||||
|
|
||||||
export const BUILTIN_ROLE_IDS = BUILTIN_IDS
|
export const BUILTIN_ROLE_IDS = [
|
||||||
|
BUILTIN_IDS.ADMIN,
|
||||||
|
BUILTIN_IDS.POWER,
|
||||||
|
BUILTIN_IDS.BASIC,
|
||||||
|
BUILTIN_IDS.PUBLIC,
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in New Issue