Add missing semicolon
This commit is contained in:
@ -15,5 +15,5 @@ if (patternChar === strChar)
|
||||
}
|
||||
|
||||
return patternLength !== 0 && strLength !== 0 && patternIdx === patternLength ? true : false;
|
||||
}
|
||||
module.exports = fuzzySearch;
|
||||
};
|
||||
module.exports = fuzzySearch;
|
||||
|
||||
Reference in New Issue
Block a user