[d] remove some comments
This commit is contained in:
parent
23a583b0bd
commit
517b7d33a2
1 changed files with 2 additions and 2 deletions
|
@ -39,11 +39,11 @@
|
||||||
// Create Fuse instances for fuzzy search
|
// Create Fuse instances for fuzzy search
|
||||||
fuseMods = new Fuse(mods.mods, {
|
fuseMods = new Fuse(mods.mods, {
|
||||||
keys: ["name", "description"],
|
keys: ["name", "description"],
|
||||||
threshold: 0.4 // Adjust the threshold as needed
|
threshold: 0.4
|
||||||
});
|
});
|
||||||
fuseOptionalMods = new Fuse(mods.optional_mods, {
|
fuseOptionalMods = new Fuse(mods.optional_mods, {
|
||||||
keys: ["name", "description"],
|
keys: ["name", "description"],
|
||||||
threshold: 0.4 // Adjust the threshold as needed
|
threshold: 0.4
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue