We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95ade8 commit 50f3957Copy full SHA for 50f3957
src/lib/utils/contest_table_provider.ts
@@ -273,7 +273,7 @@ export class TDPCProvider extends ContestTableProviderBase {
273
}
274
275
276
-const regexForJoiFirstQualRound = /^(joi)(\d{4})(yo1)(a|b|c)/i;
+const regexForJoiFirstQualRound = /^(joi)(\d{4})(yo1)(a|b|c)$/i;
277
278
export class JOIFirstQualRoundProvider extends ContestTableProviderBase {
279
protected setFilterCondition(): (taskResult: TaskResult) => boolean {
0 commit comments