Skip to content

Commit

Permalink
[fix] : answerRepository 함수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun2371 committed Jan 10, 2025
1 parent b2b50d2 commit 789dc76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ public interface AnswerRepository extends JpaRepository<Answer, Long> {
Optional<Answer> findByIdWithMember(Long answerId);

boolean existsByQuestionPostIdAndMember(Long questionPostId, Member member);
boolean existsByQuestionPostId(Long questionPostId);
}

0 comments on commit 789dc76

Please sign in to comment.