@aloma.io/integration-sdk 3.7.36 → 3.7.37

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.
@@ -306,8 +306,6 @@ ${text}
306
306
  console.log("periodic refresh", e);
307
307
  }
308
308
  }, this._oauth.tokenRefreshPeriod || 4 * 60 * 60 * 15000);
309
- // @ts-ignore
310
- theOAuth.getToken();
311
309
  }
312
310
  }
313
311
  const getBlob = (id) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.7.36",
3
+ "version": "3.7.37",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -373,9 +373,6 @@ ${text}
373
373
  },
374
374
  this._oauth.tokenRefreshPeriod || 4 * 60 * 60 * 15000,
375
375
  );
376
-
377
- // @ts-ignore
378
- theOAuth.getToken();
379
376
  }
380
377
  }
381
378