Skip to content

Commit

Permalink
oops I forgot an s
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluestonex63 committed Jun 1, 2024
1 parent 1e29047 commit 94e00d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ let varc = (vari, lvls, cats, masterdiv) => {
try {
return lvls.find(level => level.id == variable.scope.level).id == lvlsel.value
} catch {}
} else if (variable.scope.type == "all-level" && variable.category != null) {
} else if (variable.scope.type == "all-levels" && variable.category != null) {
try {
return cats.find(cat => variable.category == cat.id).id == catselv
} catch {}
Expand Down

0 comments on commit 94e00d4

Please sign in to comment.