diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-29 17:46:29 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-29 17:46:29 +0200 |
| commit | 7d71a0248a8746088142bb51ce4248c76f274f30 (patch) | |
| tree | 79febf9e48976db7dd0523ac3e24640fdef8bca8 /app/client/modules/samplernn | |
| parent | d5b95568926623245257c618238485bd41bf66cd (diff) | |
socket status event
Diffstat (limited to 'app/client/modules/samplernn')
| -rw-r--r-- | app/client/modules/samplernn/samplernn.reducer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/samplernn/samplernn.reducer.js b/app/client/modules/samplernn/samplernn.reducer.js index e70be5b..ed602ba 100644 --- a/app/client/modules/samplernn/samplernn.reducer.js +++ b/app/client/modules/samplernn/samplernn.reducer.js @@ -56,7 +56,7 @@ const samplernnReducer = (state = samplernnInitialState, action) => { console.log(action) return state case types.socket.status: - return samplernnSocket(state, action) + return samplernnSocket(state, action.data) default: return state } |
