Skip to content

Commit f2a6143

Browse files
authored
chore: update typespec for query/2
1 parent 634ba6b commit f2a6143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/swiss_schema.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ defmodule SwissSchema do
386386
"""
387387
@doc group: "SwissSchema API"
388388
@callback query(hook :: (Ecto.Query.t() -> Ecto.Query.t()), opts :: Keyword.t()) ::
389-
{:ok, list(map())}
389+
{:ok, list(Ecto.Schema.t())}
390390

391391
@doc """
392392
Returns a lazy enumerable that emits all entries from the data store.

0 commit comments

Comments
 (0)