steamutils 1.2.46 → 1.2.48
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 +12 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -5957,6 +5957,16 @@ class SteamUser {
|
|
|
5957
5957
|
}
|
|
5958
5958
|
|
|
5959
5959
|
async selectPreviousAvatar(avatarHash) {
|
|
5960
|
+
//gfdgfdgfdgfd
|
|
5961
|
+
//gfdgfdgfdgfd
|
|
5962
|
+
//gfdgfdgfdgfd
|
|
5963
|
+
//gfdgfdgfdgfd
|
|
5964
|
+
//gfdgfdgfdgfd
|
|
5965
|
+
//gfdgfdgfdgfd
|
|
5966
|
+
//gfdgfdgfdgfd
|
|
5967
|
+
//gfdgfdgfdgfd
|
|
5968
|
+
//gfdgfdgfdgfd
|
|
5969
|
+
//gfdgfdgfdgfd
|
|
5960
5970
|
const result = await this._httpRequest({
|
|
5961
5971
|
url: 'actions/selectPreviousAvatar',
|
|
5962
5972
|
method: "POST",
|
|
@@ -5965,8 +5975,8 @@ class SteamUser {
|
|
|
5965
5975
|
sha: avatarHash
|
|
5966
5976
|
},
|
|
5967
5977
|
headers: {
|
|
5968
|
-
'
|
|
5969
|
-
}
|
|
5978
|
+
'Content-Type': 'multipart/form-data',
|
|
5979
|
+
},
|
|
5970
5980
|
})
|
|
5971
5981
|
return result?.data
|
|
5972
5982
|
const successResponse = {"success": 1}
|