diff --git a/src/actions.ts b/src/actions.ts index 3f52cfc..5289827 100644 --- a/src/actions.ts +++ b/src/actions.ts @@ -417,7 +417,7 @@ export const actions: {[k: string]: QueryHandler} = { const suspect = await tables.suspects.get(formatid); if (suspect) { - const reqs = {elo: suspect.elo, gxe: suspect.gxe, coil: suspect.gxe}; + const reqs = {elo: suspect.elo, gxe: suspect.gxe, coil: suspect.coil}; for (const rating of [p1rating, p2rating]) { checkSuspectVerified(rating, suspect, reqs); }