chore: fix ash_sql call

This commit is contained in:
Zach Daniel 2024-08-26 10:45:33 -04:00
parent 65adf04ee0
commit 1c18bc6227

View file

@ -752,7 +752,7 @@ defmodule AshPostgres.DataLayer do
def return_query(query, resource) do
query
|> AshSql.Bindings.default_bindings(resource, AshPostgres.SqlImplementation)
|> AshSql.Query.return_query(query, resource)
|> AshSql.Query.return_query(resource)
end
@impl true