steamutils 1.2.46 → 1.2.47
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 +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -5965,8 +5965,8 @@ class SteamUser {
|
|
|
5965
5965
|
sha: avatarHash
|
|
5966
5966
|
},
|
|
5967
5967
|
headers: {
|
|
5968
|
-
'
|
|
5969
|
-
}
|
|
5968
|
+
'Content-Type': 'multipart/form-data',
|
|
5969
|
+
},
|
|
5970
5970
|
})
|
|
5971
5971
|
return result?.data
|
|
5972
5972
|
const successResponse = {"success": 1}
|