client/src/store/configureStore.js
changeset 74 043477fd5c5c
parent 72 7634b424f426
child 87 dbcee57de2c6
--- a/client/src/store/configureStore.js	Thu Jun 22 11:58:27 2017 +0200
+++ b/client/src/store/configureStore.js	Thu Jun 22 12:09:48 2017 +0200
@@ -52,7 +52,7 @@
 const offlineConfig = {
   ...offlineDefaultConfig,
   persistOptions,
-  effect: createEffect(apiClient)
+  effect: createEffect(apiClient),
 //  detectNetwork: callback => callback(true),
 }