Comparing version 0.19.0 to 0.19.1
@@ -478,9 +478,8 @@ /** | ||
if (done) { | ||
if (abort) request.ctx.removeListener('cancel', abort); | ||
if (timeoutId) clearTimeout(timeoutId); | ||
return; | ||
} | ||
if (done) return; | ||
done = true; | ||
if (abort) request.ctx.removeListener('cancel', abort); | ||
if (timeoutId) clearTimeout(timeoutId); | ||
request.err = err; | ||
@@ -487,0 +486,0 @@ next(); |
{ | ||
"name": "papi", | ||
"version": "0.19.0", | ||
"version": "0.19.1", | ||
"description": "Build HTTP API clients", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
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
912622
793