style: fix codacy
This commit is contained in:
parent
9f9f76a010
commit
6b08730a09
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ frappe.search.utils = {
|
|||
// **Specific use-case step**
|
||||
keywords = keywords || '';
|
||||
var item = __(_item || '');
|
||||
var item_without_hyphen = item.replace(/-/g, " ")
|
||||
var item_without_hyphen = item.replace(/-/g, " ");
|
||||
|
||||
var item_length = item.length;
|
||||
var query_length = keywords.length;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue