From 0206cc7ad355f477407c926ca0ac74350384964f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=98=84=EC=84=9D?= Date: Tue, 5 Nov 2024 16:07:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B3=B8=EC=8B=AC=20=EC=A0=84=ED=99=98?= =?UTF-8?q?=20process=20=ED=85=8C=EC=9D=B4=EB=B8=94=20=EC=BF=BC=EB=A6=AC?= =?UTF-8?q?=20=EC=88=98=EC=A0=95=20(#157)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/students/students.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/students/students.service.ts b/src/modules/students/students.service.ts index f724b6c..f1d7f07 100644 --- a/src/modules/students/students.service.ts +++ b/src/modules/students/students.service.ts @@ -1492,6 +1492,7 @@ export class StudentsService { data: { phaseId: 4, // 본심 논문 제출 단계 currentPhase: Stage.MAIN, + headReviewerId: headReviewerId, }, });