Skip to content

Commit

Permalink
quiz 저장 시 null 값 저장되는 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
장준하 authored and 장준하 committed Aug 5, 2024
1 parent 0bf2cc7 commit 9c24832
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public class Quiz {

public void update(QuizDTO quizDTO) {
this.winnerCount = quizDTO.getWinnerCount();
this.postDate=quizDTO.getPostDate();
this.question=quizDTO.getQuestion();
this.choice1=quizDTO.getChoices().get(0).getText();
this.choice2=quizDTO.getChoices().get(1).getText();
Expand Down

0 comments on commit 9c24832

Please sign in to comment.