Skip to content

Commit

Permalink
feat(Participant) : 매칭 상태 만료 메서드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
suhyun0918 committed Jun 5, 2024
1 parent d7be6fd commit 25619e5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,8 @@ public boolean hasBlocked(Participant participant) {
public boolean hasPartner() {
return !partners.isEmpty();
}

public void expireMatch() {
member.expireMatch();
}
}

0 comments on commit 25619e5

Please sign in to comment.