noriah / ashe

Library for accessing the Riot API from Node.js - NO LONGER MAINTAINED
Other
2 stars 0 forks source link

Fix fuzzy champion matching #5

Open molenzwiebel opened 7 years ago

molenzwiebel commented 7 years ago

Reading a non-existent entry returns undefined, not null. The indexBy call also lacked an actual list to work on. I confirmed that this works for both incorrect capitalization and lack of special characters (khazix matches Kha'Zix). Don't forget to update the version number if you merge this 😄

noriah commented 7 years ago

I'll take a look at this in a day when I get home. I can't do much from where I am (not with my computer). Thanks for the interest in the project.