Skip to content

Commit

Permalink
Merge pull request #46 from UMC-HKT-Team-R/feat/35
Browse files Browse the repository at this point in the history
.
  • Loading branch information
seoyeon0103 authored Jan 11, 2025
2 parents cba5780 + 4aa4a3f commit c7be505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public PostResponseDTO.getIndiPostResponseDTO getPost(Long postId){
post.getMember().getId(),
post.getMember().getNickname(),
post.getTitle(),
post.getBody(),g
post.getBody(),
post.getDate().toLocalDate(),
post.getImageUrl(),
comments,
Expand Down

0 comments on commit c7be505

Please sign in to comment.