summaryrefslogtreecommitdiff
path: root/client/store.js
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-04-18 23:23:44 +0200
committeradamhrv <adam@ahprojects.com>2019-04-18 23:23:44 +0200
commit1fe324391d360d3a6f71a486b2b1be0d0f22456d (patch)
treeef697e0761493d240a562f7e084c37f37d76ee73 /client/store.js
parentf701e07f3a47e10c66eef831442b623df88c4597 (diff)
parent03dae85958c9f4c4a41c9c5534cd54ccc1d04c5f (diff)
merge
Diffstat (limited to 'client/store.js')
-rw-r--r--client/store.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/store.js b/client/store.js
index a404a19d..b64d26b5 100644
--- a/client/store.js
+++ b/client/store.js
@@ -6,6 +6,7 @@ import thunk from 'redux-thunk'
// import nameSearchReducer from './nameSearch/nameSearch.reducer'
const rootReducer = combineReducers({
+ api: (a = {}) => a,
// faceAnalysis: faceAnalysisReducer,
// faceSearch: faceSearchReducer,
// nameSearch: nameSearchReducer,