diff options
Diffstat (limited to 'app/client/socket')
| -rw-r--r-- | app/client/socket/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/socket/index.js b/app/client/socket/index.js index 1430ac9..87540f4 100644 --- a/app/client/socket/index.js +++ b/app/client/socket/index.js @@ -15,7 +15,7 @@ export default { socket.on('status', (data) => { console.log('got status', data.key, data.value) - store.dispatch({ type: types.socket.status }) + store.dispatch({ type: types.socket.status, ...data }) switch (data.key) { case 'processing': store.dispatch({ |
