Skip to content

Commit

Permalink
SMA-109: deleted unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
ivamach committed Apr 25, 2024
1 parent 5858ef8 commit 736c01b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

@Repository
public interface UserEventRatingRepository extends JpaRepository<UserEventRating, Long> {
Optional<UserEventRating> findUserEventRatingByEventAndPlayer(Event event, User player);

@Query(
"SELECT r.starRating, COUNT(r.starRating) FROM UserEventRating uer JOIN Rating r ON uer.userRating.id = r.id "
Expand Down

0 comments on commit 736c01b

Please sign in to comment.