Skip to content

Commit d1b6c87

Browse files
committed
update comment because the todo is todid
1 parent 3e6f6ee commit d1b6c87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/dbkwworker.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ async function getNumerals(stringArr) {
5252
//Guard clause, exits when we didn't find a valid numeral
5353
if (!nameWordLen) return;
5454
let searchQuery = stringArr.slice(0, nameWordLen).join(" ").trim();
55-
//Check if this is a series (Using suggestions right now as we don't need a whole lot)
56-
//Todo: Make a custom elastic search function for this
55+
//Check if this is a series
5756
let results = await getSample(searchQuery);
5857
let series = false;
5958
//always return ii if it's available

0 commit comments

Comments
 (0)