Skip to content

Commit

Permalink
Merge pull request #155 from SW13-Monstera/dev
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
kshired authored Nov 30, 2023
2 parents 3f974f5 + 9dbcc89 commit f2b27f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class PostServiceImpl(
return posts.map {
combineResponseDto(
post = it,
comments = comments,
comments = it.comments,
postLikes = postLikeMap[it.id] ?: emptyList(),
commentLikeMap = commentLikeMap,
user = user,
Expand Down

0 comments on commit f2b27f6

Please sign in to comment.