mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 22:29:52 +08:00
parent
607da30faa
commit
6abf0aa9b2
1 changed files with 2 additions and 2 deletions
|
|
@ -266,8 +266,8 @@ async function filterSubgroup(): Promise<void> {
|
|||
continue;
|
||||
}
|
||||
if (
|
||||
match.matchCount === minMatchCountToShow &&
|
||||
match.matchStrength === maxMatchStrength
|
||||
match.matchCount >= minMatchCountToShow &&
|
||||
match.matchStrength >= maxMatchStrength
|
||||
) {
|
||||
command.found = true;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue