We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552135d commit 19c1d5dCopy full SHA for 19c1d5d
lib/snap/responses/hit.ex
@@ -32,7 +32,7 @@ defmodule Snap.Hit do
32
33
@type t :: %__MODULE__{
34
index: String.t(),
35
- type: String.t(),
+ type: String.t() | nil,
36
id: String.t(),
37
score: float() | nil,
38
source: map() | nil,
0 commit comments