From 22ae9b394fad332015073036bf31572a9c20afaa Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 12 Oct 2023 06:18:19 -0400 Subject: [PATCH] chore: remove `aggregate_defs` copypasta --- lib/sort.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/sort.ex b/lib/sort.ex index 7331089..ec69940 100644 --- a/lib/sort.ex +++ b/lib/sort.ex @@ -46,8 +46,6 @@ defmodule AshSqlite.Sort do |> calc.module.expression(calc.context) |> Ash.Filter.hydrate_refs(%{ resource: resource, - aggregates: query.__ash_bindings__.aggregate_defs, - calculations: %{}, public?: false }) |> Ash.Filter.move_to_relationship_path(relationship_path)