equal
deleted
inserted
replaced
41 } |
41 } |
42 |
42 |
43 const persistOptions = { |
43 const persistOptions = { |
44 storage: localForage, |
44 storage: localForage, |
45 transforms: [immutableTransform(immutableTransformConfig)], |
45 transforms: [immutableTransform(immutableTransformConfig)], |
46 whitelist: ['sessions', 'notes', 'isAuthenticated', 'currentUser', 'token'] |
46 whitelist: ['sessions', 'notes', 'isAuthenticated', 'currentUser', 'token', 'offline'] |
47 } |
47 } |
48 |
48 |
49 const apiClient = new APIClient(config.apiRootUrl); |
49 const apiClient = new APIClient(config.apiRootUrl); |
50 |
50 |
51 const offlineConfig = { |
51 const offlineConfig = { |