This commit is contained in:
syuilo 2018-06-12 01:48:29 +09:00
parent 944f9524e2
commit f90e9596d4

View file

@ -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;