Skip to content

Commit

Permalink
Merge pull request #26 from potenday-project/develop
Browse files Browse the repository at this point in the history
오타 수정
  • Loading branch information
HwangHoYoon authored Dec 15, 2023
2 parents 776ab98 + d86c7ee commit d295604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/chwipoClova/qa/service/QaService.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ public List<QaListForFeedbackRes> selectQaListForFeedback(Long interviewId) {
.answer(qaListRes1.getAnswer())
.regDate(qaListRes1.getRegDate())
.modifyDate(qaListRes1.getModifyDate())
.feedback1(feedback1.get())
.feedback2(feedback2.get())
.keyword(feedback1.get())
.bestAnswer(feedback2.get())
.build();
listForFeedbackResList.add(qalistForFeedbackRes);
});
Expand Down

0 comments on commit d295604

Please sign in to comment.