@aloma.io/integration-sdk 3.3.68 → 3.3.69

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.
@@ -206,6 +206,8 @@ class OAuth {
206
206
  }
207
207
  }
208
208
  async invalidate(err) {
209
+ if (true)
210
+ return;
209
211
  if (this._data.access_token === 'invalid')
210
212
  return;
211
213
  console.log('could not obtain access token, marking connector as disconnected', err);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.3.68",
3
+ "version": "3.3.69",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -267,6 +267,7 @@ class OAuth {
267
267
  }
268
268
 
269
269
  async invalidate(err) {
270
+ if (true) return;
270
271
  if (this._data.access_token === 'invalid') return;
271
272
 
272
273
  console.log('could not obtain access token, marking connector as disconnected', err);