diff --git a/lib/join.ex b/lib/join.ex index fb1662ab..52416923 100644 --- a/lib/join.ex +++ b/lib/join.ex @@ -64,8 +64,6 @@ defmodule AshPostgres.Join do |> to_joins(filter, query.__ash_bindings__.resource) true -> - id = System.unique_integer([:monotonic, :positive]) - filter |> Ash.Filter.relationship_paths() |> to_joins(filter, query.__ash_bindings__.resource)