Skip to content

Commit 0d25698

Browse files
algolia-botFluf22millotp
committed
chore(python): proper type hinting (generated)
algolia/api-clients-automation#3839 Co-authored-by: Thomas Raffray <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 31a33c3 commit 0d25698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Search/Extra/SearchClientExtension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ public extension SearchClient {
319319
aggregator: @escaping (SearchSynonymsResponse) -> Void,
320320
requestOptions: RequestOptions? = nil
321321
) async throws -> SearchSynonymsResponse {
322-
let hitsPerPage = searchSynonymsParams.hitsPerPage ?? 1000
322+
let hitsPerPage = 1000
323323

324324
var updatedSearchSynonymsParams = searchSynonymsParams
325325
if updatedSearchSynonymsParams.page == nil {

0 commit comments

Comments
 (0)