stubborn-fetch
Advanced tools
Comparing version 0.0.9 to 0.1.0
@@ -904,3 +904,2 @@ (function(self) { | ||
_this3._runRequestLoop().then(function (response) { | ||
_this3._log('info', 'success', { response: response }); | ||
resolve(response); | ||
@@ -907,0 +906,0 @@ }).catch(function (error) { |
@@ -908,3 +908,2 @@ 'use strict'; | ||
_this3._runRequestLoop().then(function (response) { | ||
_this3._log('info', 'success', { response: response }); | ||
resolve(response); | ||
@@ -911,0 +910,0 @@ }).catch(function (error) { |
{ | ||
"name": "stubborn-fetch", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"description": "Fetch wrapper with built in retry", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69785
1568