steamutils 1.1.95 → 1.1.96
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
@@ -3641,7 +3641,7 @@ class SteamUser {
|
|
3641
3641
|
}
|
3642
3642
|
}
|
3643
3643
|
|
3644
|
-
if(
|
3644
|
+
if(typeof result._$ !== "function") return
|
3645
3645
|
const parseResult = _self._parseSteamWebAPIKey(result._$())
|
3646
3646
|
if (parseResult.error === 'registerkey') {
|
3647
3647
|
const result2 = await this._httpRequest({
|