Fixing test case.
This commit is contained in:
parent
4b74598287
commit
8bf10544c2
|
@ -69,7 +69,7 @@ function builtinRoleToNumber(id) {
|
||||||
if (id === BUILTIN_IDS.ADMIN || id === BUILTIN_IDS.BUILDER) {
|
if (id === BUILTIN_IDS.ADMIN || id === BUILTIN_IDS.BUILDER) {
|
||||||
return MAX
|
return MAX
|
||||||
}
|
}
|
||||||
let role = builtins,
|
let role = builtins[id],
|
||||||
count = 0
|
count = 0
|
||||||
do {
|
do {
|
||||||
if (!role) {
|
if (!role) {
|
||||||
|
|
Loading…
Reference in New Issue