Skip to content

Commit

Permalink
Update MemberService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
KSJ0128 authored Jul 24, 2024
1 parent 9d6813d commit 93dbf1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public MyPageRes getMyPageInfo(String email) {
.score(member.getRanking().getScore())
.build();
return myPageRes;
}

public void checkAttend(String email) {
Member member = memberRepository.findMemberByEmail(email);
Expand Down

0 comments on commit 93dbf1f

Please sign in to comment.