steamutils 1.3.36 → 1.3.37
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +3 -0
- package/package.json +1 -1
package/index.js
CHANGED
@@ -6387,6 +6387,9 @@ class SteamUser {
|
|
6387
6387
|
},
|
6388
6388
|
}))?.data
|
6389
6389
|
|
6390
|
+
if (result?.result?.details?.url) {
|
6391
|
+
result.result.details.url = result.result.details.url.replace('https://steamusercontent-a.akamaihd.net', 'https://steamuserimages-a.akamaihd.net')
|
6392
|
+
}
|
6390
6393
|
return result
|
6391
6394
|
const successExample = {
|
6392
6395
|
success: 1,
|