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 /public/bundle.js | |
| parent | d5b95568926623245257c618238485bd41bf66cd (diff) | |
socket status event
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; } |
