Skip to content

Commit

Permalink
fix: 공연 데이터 수정 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom authored Aug 28, 2024
1 parent cf5932c commit 817fe45
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public ShowInfoApiResponse(ShowInfoServiceResponse showInfoServiceResponse) {
showInfoServiceResponse.title(),
showInfoServiceResponse.content(),
showInfoServiceResponse.startDate(),
showInfoServiceResponse.startDate(),
showInfoServiceResponse.endDate(),
showInfoServiceResponse.location(),
showInfoServiceResponse.image(),
showInfoServiceResponse.viewCount(),
Expand Down
Loading

0 comments on commit 817fe45

Please sign in to comment.