1
0
Fork 0
mirror of synced 2024-07-11 01:06:04 +12:00

Quick fix to not expose the builder ID outside of the role impl.

This commit is contained in:
Michael Drury 2022-11-08 19:48:16 +00:00
parent eb251fb48e
commit 2240b060d4

View file

@ -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,
]