From 835e7b28aa2363e7426a5c4b4c1e673553afd48c Mon Sep 17 00:00:00 2001 From: Taranjit Singh Date: Mon, 4 Jan 2021 07:50:16 -0800 Subject: [PATCH] Fix inputs for new endpoint query --- api/controllers/kosh.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/controllers/kosh.js b/api/controllers/kosh.js index b9003f1..d2127f6 100644 --- a/api/controllers/kosh.js +++ b/api/controllers/kosh.js @@ -72,8 +72,6 @@ exports.wordSearch = async (req, res) => { ELSE 4 END`; const rows = await conn.query(q, [ - match, - match, match, match, fullMatch,