steamutils 1.1.93 → 1.1.94
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
@@ -3632,6 +3632,8 @@ class SteamUser {
|
|
3632
3632
|
url: `dev/apikey`,
|
3633
3633
|
})
|
3634
3634
|
|
3635
|
+
if(!result) return
|
3636
|
+
|
3635
3637
|
if (result?.data?.includes('You will be granted access to Steam Web API keys when you have games in your Steam account.')) {
|
3636
3638
|
return {
|
3637
3639
|
success: false,
|