Skip to content

Commit

Permalink
[fix] application question 가져오기 response 변경 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns authored Aug 6, 2023
1 parent 82698fe commit 4d85cff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public static ApplicationQuestion of(QuestionVo questionVo, QuestionCategory cat
.category(category)
.question(questionVo.getQuestion())
.number(questionVo.getQuestionIndex())
.multiline(questionVo.isMultiline())
.build();
}
}

0 comments on commit 4d85cff

Please sign in to comment.