mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 07:25:49 +02:00
Fix bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user