steamutils 1.5.57 → 1.5.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -5246,7 +5246,7 @@ export default class SteamUser {
|
|
5246
5246
|
const params = {
|
5247
5247
|
l: "english",
|
5248
5248
|
start_assetid: data.last_assetid,
|
5249
|
-
count:
|
5249
|
+
count: 2000,
|
5250
5250
|
};
|
5251
5251
|
const url = `inventory/${this._steamIdUser}/${appID}/2?${Object.keys(params)
|
5252
5252
|
.filter((k) => params[k])
|