Quick fix to not expose the builder ID outside of the role impl.
This commit is contained in:
parent
4dceee33c5
commit
9cfdfc174b
|
@ -391,4 +391,9 @@ export function getExternalRoleID(roleId?: string) {
|
|||
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