1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-11 21:28:14 +09:00
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;