Skip to content

Commit

Permalink
hotfix: distinct 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ymkim97 committed Dec 2, 2023
1 parent a78b82f commit 9e81987
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ private List<TodayCertificateRankResponse> uncompletedMembers(

List<Long> allMemberIds = participants.stream()
.map(Participant::getMemberId)
.distinct()
.collect(Collectors.toList());

List<Long> certifiedMemberIds = dailyMemberCertifications.stream()
Expand Down

0 comments on commit 9e81987

Please sign in to comment.