Gaffi / SG-WL-Inventory

Scans your whitelist for a particular game to see how many on your list own it. Many props to Sighery for helping me with the API business and for creating the code I butchered to make this.
https://www.steamgifts.com/discussion/HipoH/
4 stars 1 forks source link

Changed for() structure #46

Closed Gaffi closed 6 years ago

Gaffi commented 6 years ago

Swapped for (var i ...) with for (let i ... ) This change seems to address #38, but still need to work on #45, which is not being addressed in this update.