summaryrefslogtreecommitdiff
path: root/client/store.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-04-28 17:22:41 +0200
committerJules Laplace <julescarbon@gmail.com>2019-04-28 17:22:41 +0200
commit87cab42c2a4bf1c481e0ef1589e479ea82c0520f (patch)
treee42218512390c36d5e74c019cac8b1dce4f1f57e /client/store.js
parentd349e62cf53eda4b1a6b3cdc75ae9302dc2d4d5d (diff)
more exact threshold for more exact matches
Diffstat (limited to 'client/store.js')
-rw-r--r--client/store.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/store.js b/client/store.js
index 802a47b..32895cb 100644
--- a/client/store.js
+++ b/client/store.js
@@ -14,9 +14,7 @@ const initialState = () => ({
thresholdChanged: false,
saveIfNotFound: false,
},
- api: {
- similar: {}
- },
+ similar: {},
})
export default function apiReducer(state = initialState(), action) {