Skip to content

Commit

Permalink
Bug fix #5825
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Dec 3, 2024
1 parent 97cd732 commit b07eddc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ object WorksAggregationsBuilder
case _: GenreIdFilter => List(WorkAggregationRequest.GenreId)
case _: SubjectLabelFilter => List(WorkAggregationRequest.SubjectLabel)
case _: SubjectIdFilter => List(WorkAggregationRequest.SubjectId)
case _: ContributorsIdFilter =>
List(WorkAggregationRequest.ContributorLabel)
case _: ContributorsLabelFilter =>
List(WorkAggregationRequest.ContributorLabel)
case _: ContributorsIdFilter =>
List(WorkAggregationRequest.ContributorId)
case _: LicenseFilter => List(WorkAggregationRequest.License)
case _: AvailabilitiesFilter =>
Expand Down

0 comments on commit b07eddc

Please sign in to comment.