Skip to content

Commit

Permalink
fix : dday API 수정 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayon-Hong committed Aug 13, 2024
1 parent 5449e02 commit 40d3842
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ public FastestScheduleResponse toFastestScheduleDTO(Schedule schedule) {
response.setScheduleName(schedule.getScheduleName());
response.setDday(calculateDday(schedule.getStartDate()));
response.setCountry(schedule.getCountry().getCity());
response.setCurrencyName(schedule.getCountry().getCurrencyName());
response.setImageUrl(schedule.getCountry().getImageUrl());

return response;
Expand Down

0 comments on commit 40d3842

Please sign in to comment.