From e895ca1cf9cf71da747bcaa8b185459048f2e733 Mon Sep 17 00:00:00 2001 From: Oleg Kopysov Date: Mon, 23 Sep 2024 11:24:45 +0300 Subject: [PATCH] fix: Change query to database to avoid the runtime error Signed-off-by: Oleg Kopysov --- .../java/com/lpvs/repository/LPVSPullRequestRepository.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/lpvs/repository/LPVSPullRequestRepository.java b/src/main/java/com/lpvs/repository/LPVSPullRequestRepository.java index 2dc51004..33e6b9e3 100644 --- a/src/main/java/com/lpvs/repository/LPVSPullRequestRepository.java +++ b/src/main/java/com/lpvs/repository/LPVSPullRequestRepository.java @@ -27,7 +27,9 @@ public interface LPVSPullRequestRepository extends JpaRepository