From 87cab42c2a4bf1c481e0ef1589e479ea82c0520f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 28 Apr 2019 17:22:41 +0200 Subject: more exact threshold for more exact matches --- client/store.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/store.js') 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) { -- cgit v1.2.3-70-g09d2