Skip to content

Commit

Permalink
fix typo (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelDDL authored Feb 13, 2021
1 parent 7ded47e commit 38a813e
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 38a813e

Please sign in to comment.