fix: forgot a

This commit is contained in:
Zach Daniel 2022-12-07 21:44:19 -05:00
parent e271a27d3c
commit d832e9a4ef

View file

@ -580,7 +580,7 @@ defmodule AshPostgres.Expr do
expr = Ecto.Query.dynamic(field(as(^ref_binding), ^aggregate.name))
type = AshPostgres.Types.parameterized_type(aggregate.type, constraints)
type = AshPostgres.Types.parameterized_type(aggregate.type, aggregate.constraints)
validate_type!(query, type, ref)
type =