We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf397e commit 439a3bdCopy full SHA for 439a3bd
Sources/AIProxy/Brave/BraveWebSearchResponseBody.swift
@@ -59,7 +59,7 @@ extension BraveWebSearchResponseBody {
59
60
public struct MixedItem: Decodable {
61
public let all: Bool
62
- public let index: Int
+ public let index: Int?
63
public let type: String
64
}
65
0 commit comments