chore: fix dialyzer

This commit is contained in:
Zach Daniel 2023-04-05 12:32:28 -04:00
parent 31fdbec62e
commit a2e4ee4704

View file

@ -16,7 +16,7 @@ defmodule AshPostgres.CustomAggregate do
fragment("string_agg(?, ?)", field(as(^binding), ^opts[:field]), ^opts[:delimiter])
)
"""
@callback dynamic(opts :: Keyword.t(), binding :: integer) :: Ecto.Query.dynamic()
@callback dynamic(opts :: Keyword.t(), binding :: integer) :: Ecto.Query.dynamic_expr()
defmacro __using__(_) do
quote do