Revadike / SteamWebIntegration

Integrate your personal Steam information on the web, at your convenience!
MIT License
146 stars 20 forks source link

Cannot read property 'filter' of null #7

Closed undefo closed 6 years ago

undefo commented 6 years ago

line 223 var app = decommissioned.filter(function(obj) { If we have an error in refreshDecommissioned request (timeout or smth else) and we haven't cache then we will get an error in doApp function respectively. Just need to change the condition. I created small patch.