Skip to content

Commit

Permalink
fix: 모임 기도제목 heart 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Mar 15, 2024
1 parent 10047e3 commit f5a699e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public GroupPrayRappingDto getGroupPray(Long groupId, String userId) {
ScrapAndHeart scrapAndHeart = SH.get();
groupPrayList.add(GroupPrayResponseDto.builder()
.groupPray(groupPray)
.member(groupPray.getOriginPray().getMember())
.member(member)
.scrapAndHeart(scrapAndHeart)
.build());
continue;
Expand Down

0 comments on commit f5a699e

Please sign in to comment.