Skip to content

Commit

Permalink
fix(client): remove invalid maxFacetHits in SearchForHits extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Jan 8, 2025
1 parent 114f6eb commit 8ff8be8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helper/lib/src/service/algolia_client_extensions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ extension AlgolisSearchStateExt on SearchState {
highlightPostTag: highlightPostTag,
highlightPreTag: highlightPreTag,
hitsPerPage: hitsPerPage,
maxFacetHits: maxFacetHits,
maxValuesPerFacet: maxValuesPerFacet,
numericFilters: numericFilters,
optionalFilters: optionalFilters,
Expand Down

0 comments on commit 8ff8be8

Please sign in to comment.