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