Skip to content

Commit

Permalink
fix: 여행 이미지 값 반환하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
lcw729 committed Jun 7, 2024
1 parent 82d0020 commit b849d83
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ private TripResDto toTripResDto(Trip trip) {
.teamName(trip.getTeam().getTeamName())
.tripIdx(trip.getTripIdx())
.tripDay(trip.getTripDay())
.tripImg(trip.getTripImg())
.tripContent(trip.getTripContent())
.tripGoalAmount(trip.getTripGoalAmount())
.tripExpectedAmount(trip.getTripExpectedAmount())
Expand All @@ -155,6 +156,7 @@ private TripResDto toTripResDto(Trip trip) {
.teamName(trip.getTeam().getTeamName())
.tripIdx(trip.getTripIdx())
.tripDay(trip.getTripDay())
.tripImg(trip.getTripImg())
.tripContent(trip.getTripContent())
.tripGoalAmount(trip.getTripGoalAmount())
.tripExpectedAmount(trip.getTripExpectedAmount())
Expand Down

0 comments on commit b849d83

Please sign in to comment.