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/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/index.jsx') diff --git a/client/index.jsx b/client/index.jsx index 1a8577e..4b95736 100644 --- a/client/index.jsx +++ b/client/index.jsx @@ -14,7 +14,7 @@ client.folder.index().then( folders => { store.dispatch( loadOpenFolders(openFolders) ) openFolders.forEach( folder_id => { client.file.index({ folder_id }).then( files => { - store.dispatch(loadFiles(files)) + store.dispatch( loadFiles(files) ) }) }) } -- cgit v1.2.3-70-g09d2