Skip to content

Commit 62acdb7

Browse files
ObjectsResponse results type Codable -> Decodable (#783)
1 parent 23e629b commit 62acdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AlgoliaSearchClient/Models/Search/Response/ObjectsResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import Foundation
99

10-
public struct ObjectsResponse<T: Codable>: Codable {
10+
public struct ObjectsResponse<T: Decodable>: Decodable {
1111

1212
/// List of requested records. If a record is not found, it will be marked as null in the list.
1313
public let results: [T?]

0 commit comments

Comments
 (0)