Skip to content

Commit

Permalink
Merge pull request #191 from a-romantic-cat/feat/27
Browse files Browse the repository at this point in the history
bug: 오류 수정
  • Loading branch information
Yoon-Jemin authored Feb 20, 2024
2 parents 1b58871 + 5190d40 commit 763bc62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ public interface MemberService {

Member findByMemberId(Long memberId);

List<MemberResponseDTO.MemberInfoDTO> findMemberList(String userEmail);
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
public interface MissionCommandService {
void stepCompleted(String userEmail, Long missionId);

void resetDailyMissions();
// void resetDailyMissions();
}

0 comments on commit 763bc62

Please sign in to comment.