Comparing version 2.0.7 to 2.0.8
@@ -267,3 +267,3 @@ 'use strict'; | ||
return this.refreshToken(); | ||
} else if (!this.code) { | ||
} else if (!this._code) { | ||
return Promise.resolve(false); | ||
@@ -270,0 +270,0 @@ } |
{ | ||
"name": "amocrm-js", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "JS Library for AmoCRM", | ||
@@ -5,0 +5,0 @@ "main": "dist/AmoCRM.js", |
@@ -223,3 +223,3 @@ 'use strict'; | ||
} | ||
else if ( !this.code ) { | ||
else if ( !this._code ) { | ||
return Promise.resolve( false ); | ||
@@ -226,0 +226,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
201226