Skip to content

Commit

Permalink
[SAMBAD-242] 포맷팅 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kkjsw17 committed Aug 12, 2024
1 parent 1154e88 commit 71829f7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ public void updateStatusToActive(LocalDateTime now) {

public int getResponseCount() {
return this.memberAnswers.stream()
.map(MeetingAnswer::getMeetingMember)
.map(MeetingMember::getId)
.distinct()
.toList().size();
.map(MeetingAnswer::getMeetingMember)
.map(MeetingMember::getId)
.distinct()
.toList().size();
}

public String getQuestionImageUrl() {
Expand Down

0 comments on commit 71829f7

Please sign in to comment.