We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 552135d + 19c1d5d commit ea7f594Copy full SHA for ea7f594
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