Skip to content

Commit

Permalink
Merge pull request #399 from tukcomCD2024/fix/dto_to_response_error-B…
Browse files Browse the repository at this point in the history
…-#398

fix : dto to response 에러 수정
  • Loading branch information
GaBaljaintheroom authored May 6, 2024
2 parents 34dab2c + 0564f05 commit 2b8c7f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public CapsuleSummaryResponse toResponse(
.latitude(changePoint.getX())
.longitude(changePoint.getY())
.address(address)
.roadName(roadName)
.isOpened(isOpened)
.createdAt(createdAt)
.build();
Expand Down

0 comments on commit 2b8c7f8

Please sign in to comment.