Merge pull request #340 from nolddor/patch-1

fix: getUserInventoryContents() make unnecesary calls
This commit is contained in:
DoctorMcKay 2024-04-18 06:04:06 -04:00 committed by GitHub
commit e16136866c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -590,7 +590,7 @@ SteamCommunity.prototype.getUserInventoryContents = function(userID, appID, cont
},
"qs": {
"l": language, // Default language
"count": 2000, // Max items per 'page'
"count": 5000, // Max items per 'page'
"start_assetid": start
},
"json": true