Skip to content

Commit 88e0e91

Browse files
authored
Merge pull request #67 from DropThe8bit/refactor/profile
[refactor] badge -> tag로 수정
2 parents 8cc81ea + 6d8b0bd commit 88e0e91

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)