Skip to content

Commit 6d8b0bd

Browse files
committed
refactor: badge -> tag로 수정
1 parent f811e1a commit 6d8b0bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/everTale/everTale_be/domain/quiz/service/QuizService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public QuizResponseDTO.QuizTitleResponseDTO getQuizzesSummary() {
100100
Profile profile = profileHelper.getAuthenticatedProfile();
101101
return QuizResponseDTO.QuizTitleResponseDTO.builder()
102102
.correctAnswerCount(profile.getQuizSolvedCount())
103-
.badge(profile.getBadge().getBadge())
103+
.badge(profile.getBadge().getTag())
104104
.build();
105105
}
106106
}

0 commit comments

Comments
 (0)