Skip to content

Commit

Permalink
[backend/frontend] refact
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Oct 11, 2024
1 parent 86aad4c commit b05ca5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ List<InjectExpectation> findAllByInjectAndAssetGroup(
+ "inject_expectation_type, inject_expectation_score, inject_expectation_expected_score, user_id, team_id "
+ "FROM injects_expectations ie "
+ "WHERE ie.inject_id IN (:injectIds) "
+ "AND ie.user_id is null ;",
+ "AND ie.user_id is null ;", //We don't include expectations for players, only for the team, if applicable
nativeQuery = true)
List<RawInjectExpectation> rawForComputeGlobalByIds(@Param("injectIds") List<String> injectIds);

Expand Down

0 comments on commit b05ca5c

Please sign in to comment.