Skip to content

Commit

Permalink
create bad practice rule endpoints in separate controller(#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-flo committed Jan 9, 2025
1 parent b1dd9c1 commit c42520d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public interface PullRequestBadPracticeRuleRepository extends JpaRepository<Pull
"""
SELECT prbp
FROM PullRequestBadPracticeRule prbp
WHERE prbp.repository.nameWithOwner = :repositoryName
WHERE prbp.repository.nameWithOwner = :repositoryNameWithOwner
"""
)
List<PullRequestBadPracticeRule> findByRepositoryName(String repositoryNameWithOwner);
Expand Down

0 comments on commit c42520d

Please sign in to comment.