Skip to content

Commit 3fdd5a3

Browse files
박승범박승범
authored andcommitted
Feat 퀴즈 재개 시 응답 값 수정
1 parent 092b153 commit 3fdd5a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/hiearth/fullquiz/web/dto/QuizResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public static QuizResponse of(Quiz quiz, int index) {
3434
.build();
3535
}
3636

37+
3738
public static QuizResponse forResume(Quiz quiz, QuizAnswer quizAnswer) {
3839
return QuizResponse.builder()
3940
.id(quiz.getId())

0 commit comments

Comments
 (0)