You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$downloadedAppsByType was incorrectly initialized as an object instead
of a list.
This failed because checking if the object exist in an if statement,
will return true for an empty object, but false for a list.
0 commit comments