We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b718a8d commit 02cfc33Copy full SHA for 02cfc33
4-redux/src/js/4-async-middleware.js
@@ -21,7 +21,7 @@ const reducer = (state=initialState, action) => {
21
return {...state, fetching: false, error: action.payload}
22
break;
23
}
24
- case "FETCH_USERS_ FULFILLED": {
+ case "FETCH_USERS_FULFILLED": {
25
return {
26
...state,
27
fetching: false,
0 commit comments