Skip to content

Commit

Permalink
refactor: 누락된 컬럼 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeHongDev committed Jul 8, 2024
1 parent 7981e7e commit 91ffaaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public static AIFeedback from(FeedbackInfo feedbackInfo) {
.feedbackContent(feedbackInfo.aiFeedback())
.score(feedbackInfo.score())
.tailQuestion(feedbackInfo.tailQuestion())
.referenceLinks(feedbackInfo.referenceLinks())
.build();
}

Expand Down

0 comments on commit 91ffaaf

Please sign in to comment.