Skip to content

Commit

Permalink
making result public (#807)
Browse files Browse the repository at this point in the history
Co-authored-by: Lazar Otasevic <>
Co-authored-by: Vladislav Fitc <vladislav.fitc@algolia.com>
  • Loading branch information
sisoje and VladislavFitz committed Feb 13, 2023
1 parent 750205a commit 150970e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ import Foundation
import FoundationNetworking
#endif

extension Result where Success: Decodable, Failure == Error {
public extension Result where Success: Decodable, Failure == Error {

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

Expand Down

0 comments on commit 150970e

Please sign in to comment.