Skip to content

Commit

Permalink
Merge pull request #340 from nolddor/patch-1
Browse files Browse the repository at this point in the history
fix: getUserInventoryContents() make unnecesary calls
  • Loading branch information
DoctorMcKay authored Apr 18, 2024
2 parents ba6e29c + cae8543 commit e161368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e161368

Please sign in to comment.