[#1505] Fixed @spec for Queries.by_object_in_reply_to_id/3
This commit is contained in:
parent
61d9f43e46
commit
3432294657
|
@ -63,7 +63,7 @@ def by_object_id(query, object_id) when is_binary(object_id) do
|
|||
)
|
||||
end
|
||||
|
||||
@spec by_object_id(query, String.t()) :: query
|
||||
@spec by_object_in_reply_to_id(query, String.t(), keyword()) :: query
|
||||
def by_object_in_reply_to_id(query, in_reply_to_id, opts \\ []) do
|
||||
query =
|
||||
if opts[:skip_preloading] do
|
||||
|
|
Loading…
Reference in New Issue