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 61e5876 commit bfad68eCopy full SHA for bfad68e
app/(api)/_types/judges.ts
@@ -5,7 +5,7 @@ interface JudgeInt {
5
password: string;
6
specialty: string;
7
role: string;
8
- judge_pair_id?: string;
+ judge_group_id?: string;
9
submission_ids?: string[];
10
}
11
app/(api)/api/judge-groups/[id]/put.ts
@@ -1,5 +1,5 @@
1
import { NextRequest } from 'next/server';
2
-import { UpdateJudgeGroup } from '@datalib/judgeGroups/updateJudgePair';
+import { UpdateJudgeGroup } from '@datalib/judgeGroups/updateJudgeGroup';
3
4
export async function PUT(
request: NextRequest,
0 commit comments