Skip to content

Commit f7485e5

Browse files
committed
:chore: Fix lint error (#2627)
1 parent 26676ff commit f7485e5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export async function createContestTaskPair(
9797

9898
if (existingRecord) {
9999
console.log(`ContestTaskPair already exists: contestId=${contestId}, taskId=${taskId}`);
100-
return
100+
return;
101101
}
102102

103103
// 新規レコード作成

0 commit comments

Comments
 (0)