Skip to content

Commit

Permalink
fix: 두드림길 상세 수정 #33
Browse files Browse the repository at this point in the history
  • Loading branch information
yongseok-dev committed Jun 19, 2023
1 parent e54f3ef commit f8d8953
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static PlaceDetailResponseDTO status200Walk(Walk walk, List<Point> path)
data.setContent(walk.getContent());
}
data.setLng(walk.getLng());
data.setLat(data.getLat());
data.setLat(walk.getLat());
List<String> image = new ArrayList<>();
if (walk.getImage() != null) {
Collections.addAll(image, walk.getImage().split("~split~"));
Expand Down

0 comments on commit f8d8953

Please sign in to comment.