Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mia-pi-git committed Oct 29, 2024
1 parent 89b1d76 commit 38a0881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 38a0881

Please sign in to comment.