Step7750 / node-csgo-cdn

Retrieves the Steam CDN Image URLs for CS:GO Items
MIT License
73 stars 19 forks source link

Fixes Description Tag Case Sensitivity #4

Closed Step7750 closed 6 years ago

Step7750 commented 6 years ago

Some paint kits of a description tag with the wrong case capitalization compared to the other (#PaintKit_sp_spray_army_Tag vs #Paintkit_sp_spray_army_Tag).

This PR ensures the description tag is always lowercase.

Closes #3