Skip to content

Commit

Permalink
hotfix : 수동매칭 수락시에도 알림 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
huncozyboy committed Feb 5, 2025
1 parent c801e7b commit a35bb50
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,7 @@ public void acceptInvitation(Long userId, ManualMatchingInviteReplyRequest reque

MemberMatchingRoomChargingInfo memberInfo = MemberMatchingRoomChargingInfo.notPayedOf(matchingRoom, member);
memberMatchingRoomChargingInfoRepository.save(memberInfo);

notificationRepository.delete(notification);
}
}

0 comments on commit a35bb50

Please sign in to comment.