mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-11 21:28:14 +09:00
Fix bug
This commit is contained in:
parent
944f9524e2
commit
f90e9596d4
@ -67,7 +67,7 @@ module.exports = () => new Promise(async (res, rej) => {
|
||||
}
|
||||
}) as any).length;
|
||||
|
||||
if (passedCount > (tag.count * coefficient)) {
|
||||
if (tag.count > (passedCount * coefficient)) {
|
||||
return tag;
|
||||
} else {
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user