Skip to content

Commit 68c58ba

Browse files
committed
fix: make helper internal
1 parent e08a168 commit 68c58ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/algoliasearch-client-swift/Sources/Search/Extra/DisjunctiveFaceting.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public struct SearchDisjunctiveFacetingResponse<T: Codable> {
1515
/// Helper making multiple queries for disjunctive faceting
1616
/// and merging the multiple search responses into a single one with
1717
/// combined facets information
18-
struct DisjunctiveFacetingHelper {
18+
internal struct DisjunctiveFacetingHelper {
1919

2020
let query: SearchForHits
2121
let refinements: [String: [String]]

0 commit comments

Comments
 (0)