From 6d410630918e0638a48a69283af8e2f0416eca32 Mon Sep 17 00:00:00 2001 From: kckc0608 Date: Wed, 9 Oct 2024 17:24:01 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=9A=B0=EC=88=98=20=EC=8A=A4?= =?UTF-8?q?=ED=84=B0=EB=94=94=EC=9B=90=20=ED=95=84=EB=93=9C=20=EC=8A=A4?= =?UTF-8?q?=EC=9B=A8=EA=B1=B0=20=EC=84=A4=EB=AA=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../study/dto/response/StudentMyCompleteStudyResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/gdschongik/gdsc/domain/study/dto/response/StudentMyCompleteStudyResponse.java b/src/main/java/com/gdschongik/gdsc/domain/study/dto/response/StudentMyCompleteStudyResponse.java index a77dbdab5..a7fa46d9a 100644 --- a/src/main/java/com/gdschongik/gdsc/domain/study/dto/response/StudentMyCompleteStudyResponse.java +++ b/src/main/java/com/gdschongik/gdsc/domain/study/dto/response/StudentMyCompleteStudyResponse.java @@ -18,7 +18,7 @@ public record StudentMyCompleteStudyResponse( @Schema(description = "멘토 이름") String mentorName, @Schema(description = "총 주차수") Long totalWeek, @Schema(description = "수료 여부") StudyHistoryStatus studyHistoryStatus, - @Schema(description = "우수 스터디원 여부") List achievements) { + @Schema(description = "우수 스터디원 선정 내역") List achievements) { public static StudentMyCompleteStudyResponse of(StudyHistory studyHistory, List achievements) { return new StudentMyCompleteStudyResponse(