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 7861d55 commit 7ece855Copy full SHA for 7ece855
1 file changed
src/app/metrics/service.ts
@@ -764,7 +764,6 @@ export const getPredictedPointsAddedByPlayerSeason = async (
764
.leftJoin('conference', 'conferenceTeam.conferenceId', 'conference.id')
765
.groupBy([
766
'usage.season',
767
- 'usage.seasonType',
768
'usage.athleteId',
769
'usage.name',
770
'usage.position',
@@ -773,7 +772,6 @@ export const getPredictedPointsAddedByPlayerSeason = async (
773
772
])
774
.select([
775
776
777
778
779
0 commit comments