From d41070c7b00fafc974a1a6e7b6d1b42391fa57ed Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 21 Jul 2017 04:48:52 +0200 Subject: all async paths working --- client/actions/index.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/actions/index.js') diff --git a/client/actions/index.js b/client/actions/index.js index 6a552ac..4263c3b 100644 --- a/client/actions/index.js +++ b/client/actions/index.js @@ -41,6 +41,10 @@ export const loadTasks = (tasks) => ({ type: 'LOAD_TASKS', tasks, }) +export const cancelTask = (task) => ({ + type: 'CANCEL_TASK', + task, +}) /* folders */ -- cgit v1.2.3-70-g09d2