Skip to content

Commit

Permalink
Merge pull request #112 from Leets-Official/dev
Browse files Browse the repository at this point in the history
main 머지
  • Loading branch information
soyesenna authored Feb 5, 2025
2 parents 3d3085c + 5656421 commit 5d09607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static MatchMemberJoinedEvent of(Long roomId, Long memberId, String topic
.memberId(memberId)
.topic(topic)
.chattingRoomId(chattingRoomId)
.nowMemberCount(nowMemberCount)
.nowMemberCount(nowMemberCount + 1)
.maxCapacity(autoMaxCapacity)
.build();
}
Expand Down

0 comments on commit 5d09607

Please sign in to comment.