This commit is contained in:
crusader 2017-06-29 15:47:16 +09:00
parent 9f0fde6922
commit 7bee3692d3
2 changed files with 2 additions and 2 deletions

View File

@ -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": [

View File

@ -12,6 +12,7 @@ export function reducer(state: State = defaultState, action: Action<Member | Err
case actionTypes.REQUEST_SUCCESS:
{
return state;
}
case actionTypes.REQUEST_FAILURE: