steamutils 1.3.36 → 1.3.37
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 +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,
|