steamutils 1.1.76 → 1.1.77
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
@@ -5629,7 +5629,7 @@ class SteamUser {
|
|
5629
5629
|
|
5630
5630
|
async getMiniprofile(steamId = this._steamid_user){
|
5631
5631
|
const response = await this._httpRequestAjax({
|
5632
|
-
url:
|
5632
|
+
url: `miniprofile/${SteamUser.steamID642Miniprofile(steamId)}/json/?origin=https://steamcommunity.com/`
|
5633
5633
|
})
|
5634
5634
|
return response.data
|
5635
5635
|
const example = {
|