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.
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.