steam-api-node icon indicating copy to clipboard operation
steam-api-node copied to clipboard

Fix quering for details of non-existing app

Open G07cha opened this issue 8 years ago • 0 comments

In case if an application with given id does not exist in Steam database, Steam API will return details object for each entry only with success property with false value which will fail App instance creation because of missing properties.

G07cha avatar Apr 30 '17 07:04 G07cha