Skip to content

Commit

Permalink
Fix inputs for new endpoint query
Browse files Browse the repository at this point in the history
  • Loading branch information
tsingh777 committed Jan 4, 2021
1 parent 588368c commit 835e7b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/controllers/kosh.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ exports.wordSearch = async (req, res) => {
ELSE 4
END`;
const rows = await conn.query(q, [
match,
match,
match,
match,
fullMatch,
Expand Down

0 comments on commit 835e7b2

Please sign in to comment.