WFCD / warframe-items

๐Ÿ“˜ Get all Warframe items directly from Warframe's API. No more messy wikia scraping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿš€ Inconsistent casing in polarities key between warframes and weapons

AyAyEm opened this issue ยท comments

Is your enhancement request related to a problem? Please describe.
No

Describe the upgrade you'd like
Change the casing to match between weapons and warframes.

Additional context
The problem is in the following polarities: "umbra", "Umbra", "madurai", "Madurai", "vazarin", "Vazarin", "naramon" and "Naramon".

Example:
{ name: 'Atlas', polarities: [ 'naramon', 'vazarin', 'madurai' ] }
{ name: 'Agkuza', polarities: [ 'Vazarin' ] }

Note: changed my mind about being a bug, please remove the bug label

commented

not sure i'm a huge fan of this, cause it means transforming DE-provided data, which i'm not a big fan of, but i'll have updates on a PR for people to discuss.

๐ŸŽ‰ This issue has been resolved in version 1.1251.45 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€