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