Skip to content

Commit

Permalink
Revert "[chore] 리크루팅 정보에서 openChatUrl 삭제"
Browse files Browse the repository at this point in the history
This reverts commit fb1dbee.
  • Loading branch information
hyunihs committed Aug 31, 2023
1 parent fb1dbee commit 60cba38
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class GetRecruitmentResponse {
private LocalDate startDateInterview;
private LocalDate endDateInterview;
private LocalDate resultDateFinal;
private String openChatUrl;
private LocalDate otDate;
private LocalDate demodayDate;

Expand All @@ -34,6 +35,7 @@ public static GetRecruitmentResponse from(Recruitment recruitment) {
.startDateInterview(recruitment.getStartDateInterview())
.endDateInterview(recruitment.getEndDateInterview())
.resultDateFinal(recruitment.getResultDateFinal())
.openChatUrl(recruitment.getOpenChatUrl())
.otDate(recruitment.getOtDate())
.demodayDate(recruitment.getDemodayDate())
.build();
Expand Down

0 comments on commit 60cba38

Please sign in to comment.