redux-token-api-middleware
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -214,3 +214,3 @@ 'use strict'; | ||
this.dispatch(createFailureAction(type, error)); | ||
fn(type, error); | ||
return fn(type, error); | ||
} | ||
@@ -217,0 +217,0 @@ }, { |
{ | ||
"name": "redux-token-api-middleware", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "Redux middleware for calling APIs with token-based auth", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -173,3 +173,3 @@ import startsWith from 'lodash.startswith'; | ||
this.dispatch(createFailureAction(type, error)); | ||
fn(type, error); | ||
return fn(type, error); | ||
} | ||
@@ -176,0 +176,0 @@ |
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
6352369