Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…timizer into main
  • Loading branch information
fribbels committed Feb 13, 2021
2 parents b162a13 + 38a813e commit 96efc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/lib/heroData.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
heroesByName[result.name] = result;
}

if (newHeroesList.legnth >= heroNameList.length) {
if (newHeroesList.length >= heroNameList.length) {
Files.saveFile(Files.getDataPath() + '/e7dbherodata.json', JSON.stringify(heroesByName));
}
}
Expand Down

0 comments on commit 96efc6f

Please sign in to comment.