Skip to content

Commit

Permalink
fix: πŸ› λΉŒλ”λͺ… λ³€κ²½
Browse files Browse the repository at this point in the history
βœ… Closes: #226
  • Loading branch information
sallyjellyy committed Dec 18, 2021
1 parent af96630 commit 25bd5a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public GroupReadAllResponses readAllByUser(User user) {
User loggedInUser = userService.findById(user.getId());
return GroupReadAllResponses
.builder()
.groupReadAllResponse(
.groupReadAllResponses(
loggedInUser.getJoinedGroups().stream()
.map(GroupMapper.INSTANCE::map)
.collect(Collectors.toList()))
Expand Down

0 comments on commit 25bd5a0

Please sign in to comment.