Skip to content

Commit 150970e

Browse files
making result public (#807)
Co-authored-by: Lazar Otasevic <> Co-authored-by: Vladislav Fitc <vladislav.fitc@algolia.com>
1 parent 750205a commit 150970e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AlgoliaSearchClient/Transport/HTTP/HTTPTransport+Result.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import FoundationNetworking
1111
#endif
1212

13-
extension Result where Success: Decodable, Failure == Error {
13+
public extension Result where Success: Decodable, Failure == Error {
1414

1515
init(data: Data?, response: URLResponse?, error: Swift.Error?) {
1616

0 commit comments

Comments
 (0)