diff --git a/scripts/searchIndex.js b/scripts/searchIndex.js index cecc46a99c47b55c000872d6fa8a99021bf7aec6..5380e9786778d4c92746133c0a8106294f8817f2 100644 --- a/scripts/searchIndex.js +++ b/scripts/searchIndex.js @@ -14,6 +14,4 @@ const searchIndex = (query, index) => { return idx.search(query); }; -module.exports = { - searchIndex -}; +module.exports = searchIndex;