ing
This commit is contained in:
parent
9f0fde6922
commit
7bee3692d3
|
@ -81,8 +81,7 @@
|
|||
"redux": "^3.7.1",
|
||||
"redux-actions": "^2.0.3",
|
||||
"redux-saga": "^0.15.4",
|
||||
"reselect": "^3.0.1",
|
||||
"websocker": ""
|
||||
"reselect": "^3.0.1"
|
||||
},
|
||||
"jest": {
|
||||
"moduleFileExtensions": [
|
||||
|
|
|
@ -12,6 +12,7 @@ export function reducer(state: State = defaultState, action: Action<Member | Err
|
|||
case actionTypes.REQUEST_SUCCESS:
|
||||
{
|
||||
|
||||
|
||||
return state;
|
||||
}
|
||||
case actionTypes.REQUEST_FAILURE:
|
||||
|
|
Loading…
Reference in New Issue
Block a user