diff options
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js index 87cf879..8144ab3 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -3799,7 +3799,7 @@ var samplernnReducer = function samplernnReducer() { console.log(action); return state; case _types2.default.socket.status: - return samplernnSocket(state, action); + return samplernnSocket(state, action.data); default: return state; } |
