steamutils 1.1.93 → 1.1.94

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.93",
3
+ "version": "1.1.94",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",