We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fb8e7 commit bdc8650Copy full SHA for bdc8650
1 file changed
ontime-back/src/main/java/devkor/ontime_back/repository/PreparationUserRepository.java
@@ -34,6 +34,4 @@ public interface PreparationUserRepository extends JpaRepository<PreparationUser
34
void clearNextPreparationByUserId(@Param("userId") Long userId);
35
36
boolean existsByUser(User user);
37
-
38
- List<PreparationUser> findByUser(User user);
39
}
0 commit comments