@aloma.io/integration-sdk 3.3.56 → 3.3.57

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.
@@ -453,7 +453,7 @@ ${text}
453
453
  await theOAuth.periodicRefresh();
454
454
  }
455
455
  catch (e) {
456
- console.log('periodic refresh', e);
456
+ //console.log('periodic refresh', e);
457
457
  }
458
458
  }, /*4 * 60 * 60 **/ 1000);
459
459
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.3.56",
3
+ "version": "3.3.57",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -558,7 +558,7 @@ ${text}
558
558
  {
559
559
  await theOAuth.periodicRefresh();
560
560
  } catch(e) {
561
- console.log('periodic refresh', e);
561
+ //console.log('periodic refresh', e);
562
562
  }
563
563
  }, /*4 * 60 * 60 **/ 1000);
564
564
  }