steamutils 1.5.21 → 1.5.22
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
}
|