@osimatic/helpers-js 1.1.46 → 1.1.48

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.
Files changed (2) hide show
  1. package/http_client.js +0 -1
  2. package/package.json +1 -1
package/http_client.js CHANGED
@@ -371,7 +371,6 @@ class HTTPClient {
371
371
  // On exécute les completeCallback qui était en attente de la requete refresh token
372
372
  if (typeof HTTPClient.listCompleteCallbackAfterRefreshTokenFinished != 'undefined') {
373
373
  HTTPClient.listCompleteCallbackAfterRefreshTokenFinished.forEach(callback => typeof callback == 'function' ? callback() : null);
374
- HTTPClient.listCompleteCallbackAfterRefreshTokenFinished = [];
375
374
  }
376
375
  }
377
376
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osimatic/helpers-js",
3
- "version": "1.1.46",
3
+ "version": "1.1.48",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"