diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-29 04:31:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-29 04:31:42 +0200 |
| commit | 1393e9effaa70947723e1da3f28d0cc4c36a67dd (patch) | |
| tree | eb47f3de893befee4df8c875d7a656eaf6a92d42 /app/client/task | |
| parent | b096af3c698bdefe80016088d2764e03649de9a6 (diff) | |
calling a command
Diffstat (limited to 'app/client/task')
| -rw-r--r-- | app/client/task/task.actions.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/client/task/task.actions.js b/app/client/task/task.actions.js index 6e39e71..7ede36d 100644 --- a/app/client/task/task.actions.js +++ b/app/client/task/task.actions.js @@ -2,7 +2,9 @@ import socket from '../socket' import types from '../types' export const start_task = (task, opt={}) => { + console.log('boo') socket.task.start_task(task, opt) + console.log('zoo') return { type: types.task.starting_task, task, ...opt } } |
