Comparing version 2.0.0 to 2.0.1
@@ -163,3 +163,3 @@ import _regeneratorRuntime from 'babel-runtime/regenerator'; | ||
case 7: | ||
return _context.abrupt('return', method(action.request.args, action)); | ||
return _context.abrupt('return', method(action)); | ||
@@ -166,0 +166,0 @@ case 8: |
{ | ||
"name": "dequest", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "author": "Trung Dinh Quang <trungdq88@gmail.com>", |
@@ -102,3 +102,3 @@ import { createSelector } from 'reselect'; | ||
} | ||
return method(action.request.args, action); | ||
return method(action); | ||
} | ||
@@ -105,0 +105,0 @@ return action.request; |
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
175699