Skip to content

Commit

Permalink
fix(specs): use the read transporter for browse (generated)
Browse files Browse the repository at this point in the history
  • Loading branch information
algolia-bot committed Oct 10, 2024
1 parent 6098891 commit cf1842d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 151 deletions.
150 changes: 0 additions & 150 deletions Sources/Core/Helpers/Validation.swift

This file was deleted.

3 changes: 2 additions & 1 deletion Sources/Search/SearchClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@ open class SearchClient {
method: "POST",
path: resourcePath,
data: body ?? AnyCodable(),
requestOptions: RequestOptions(headers: headers, queryParameters: queryParameters) + userRequestOptions
requestOptions: RequestOptions(headers: headers, queryParameters: queryParameters) + userRequestOptions,
useReadTransporter: true
)
}

Expand Down

0 comments on commit cf1842d

Please sign in to comment.