We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e629b commit 62acdb7Copy full SHA for 62acdb7
Sources/AlgoliaSearchClient/Models/Search/Response/ObjectsResponse.swift
@@ -7,7 +7,7 @@
7
8
import Foundation
9
10
-public struct ObjectsResponse<T: Codable>: Codable {
+public struct ObjectsResponse<T: Decodable>: Decodable {
11
12
/// List of requested records. If a record is not found, it will be marked as null in the list.
13
public let results: [T?]
0 commit comments