@aloma.io/integration-sdk 3.3.66 → 3.3.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -207,7 +207,7 @@ class OAuth {
207
207
  }
208
208
  async invalidate(err) {
209
209
  console.log('could not obtain access token, marking connector as disconnected', err);
210
- await this.upate(null, null);
210
+ await this.update(null, null);
211
211
  }
212
212
  getClient(arg = {}) {
213
213
  const client = new OAuthFetcher({ ...arg, oauth: this });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.3.66",
3
+ "version": "3.3.67",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -269,7 +269,7 @@ class OAuth {
269
269
  async invalidate(err) {
270
270
  console.log('could not obtain access token, marking connector as disconnected', err);
271
271
 
272
- await this.upate(null, null);
272
+ await this.update(null, null);
273
273
  }
274
274
 
275
275
  getClient(arg = {}) {