steamutils 1.5.21 → 1.5.22
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
@@ -5178,7 +5178,7 @@ export default class SteamUser {
|
|
5178
5178
|
const descriptions = [];
|
5179
5179
|
const steamId = this.getSteamIdUser();
|
5180
5180
|
|
5181
|
-
const assetKeys = ["classid", "
|
5181
|
+
const assetKeys = ["classid", "appid"];
|
5182
5182
|
function createAssetKey(obj) {
|
5183
5183
|
return assetKeys.map((k) => obj[k]).join("|");
|
5184
5184
|
}
|