Fix build error

This commit is contained in:
Guangcong Luo 2025-05-03 19:57:22 -07:00
parent b9efc2d1b0
commit 8967dc641f

View File

@ -112,7 +112,7 @@ export function checkSuspectVerified(
userData.coil = coilNum;
break;
case 'elo': case 'gxe':
if (suspect[k] && rating[k] >= suspect[k]!) {
if (suspect[k] && rating[k] >= suspect[k]) {
reqsMet++;
}
userData[k] = rating[k];