Skip to content

Commit 075cabb

Browse files
committed
spizzles
1 parent 254f874 commit 075cabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/build-indexes-custom-v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
790790
tierTable[tier].push(id);
791791
}
792792
if (isSpizzles) {
793-
for (tier in tierTable) {
793+
for (let tier in tierTable) {
794794
for (let id in tierTable[tier]) {
795795
if (SpizzlesFormatsData[id]) {
796796
continue;

0 commit comments

Comments
 (0)