redux-api-request
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "redux-api-request", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Redux middleware for making api requests", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
@@ -32,3 +32,3 @@ import * as actionTypes from './action_types' | ||
const data = action.body && method !== 'GET' ? action.body : null | ||
const data = action.body && method !== 'GET' ? action.body : {} | ||
@@ -35,0 +35,0 @@ const params = action.body || action.query |
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
161285