Skip to content

Commit 5daa1bf

Browse files
committed
✏️ Fix typo (#2627)
1 parent f7485e5 commit 5daa1bf

File tree

1 file changed

+1
-0
lines changed
  • docs/dev-notes/2025-09-23/contest-task-pair-mapping

1 file changed

+1
-0
lines changed

docs/dev-notes/2025-09-23/contest-task-pair-mapping/plan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ export function createContestTaskPairKey(contestId: string, taskId: string): Con
376376
}
377377
if (!taskId || taskId.trim() === '') {
378378
throw new Error('taskId must be a non-empty string');
379+
}
379380

380381
return `${contestId}:${taskId}`;
381382
}

0 commit comments

Comments
 (0)