Fixing test case.

This commit is contained in:
mike12345567 2021-02-12 20:41:30 +00:00
parent 4b74598287
commit 8bf10544c2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {