Skip to content

Commit

Permalink
Merge pull request #5 from ne-o-rdinary/refactor/refactoring
Browse files Browse the repository at this point in the history
refactor : questionanswerrepo 해결
  • Loading branch information
OZIIJIN authored Nov 23, 2024
2 parents b6fda6c + 233986b commit 0863743
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

public interface QuestionAnswerRepository extends JpaRepository<QuestionAnswer, Long> {

Optional<QuestionAnswer> findBy(String uuid);
}

0 comments on commit 0863743

Please sign in to comment.