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 07fc1d3 commit d31a5de
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 d31a5de

Please sign in to comment.