Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "amocrm-js", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "JS Library for AmoCRM", | ||
@@ -5,0 +5,0 @@ "main": "dist/AmoCRM.js", |
@@ -60,3 +60,2 @@ 'use strict'; | ||
request( ...args ) { | ||
console.log( 'this._isConnected', this._isConnected ); | ||
return this.connectIfNeeded() | ||
@@ -63,0 +62,0 @@ .then(() => { |
200995
4111