prefer const
This commit is contained in:
parent
a57b27e4c9
commit
8783678033
@ -365,7 +365,7 @@ function fetchItemList() {
|
||||
.appendChild(option);
|
||||
}
|
||||
} else if (item.badReason != "notraw") {
|
||||
let ambiguous = (nameToItems[item.name].length > 1);
|
||||
const ambiguous = (nameToItems[item.name].length > 1);
|
||||
let canDisambiguate = true;
|
||||
if (ambiguous) {
|
||||
for (const i2 of nameToItems[item.name]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user