Skip to content

Commit

Permalink
Merge pull request #105 from Team-baebae/feature/updateAnswer
Browse files Browse the repository at this point in the history
긴급병합
  • Loading branch information
tioon authored May 21, 2024
2 parents 279a717 + 8da6d20 commit dd8b0a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ public interface CategorizedAnswerRepository extends JpaRepository<CategorizedAn
Page<CategorizedAnswer> findByAnswer_Member_IdAndCategory_Id(Long memberId, Long categoryId, Pageable pageable);
Page<CategorizedAnswer> findByAnswer_Member_Id(Long memberId, Pageable pageable);
List<CategorizedAnswer> findAllByAnswerId(Long answerId);
}
}

0 comments on commit dd8b0a5

Please sign in to comment.