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 377214d commit 43a2fb6Copy full SHA for 43a2fb6
lib/backpex/adapter.ex
@@ -27,7 +27,7 @@ defmodule Backpex.Adapter do
27
28
Should return `nil` if no result was found.
29
"""
30
- @callback get(term(), list(), module()) :: {:ok, struct() | nil} | {:error, term()}
+ @callback get(term(), map(), module()) :: {:ok, struct() | nil} | {:error, term()}
31
32
@doc """
33
Returns a list of items by given criteria.
0 commit comments