From f62eef176a407f482e1efaac90b6efa2156ec59f Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 16 Nov 2023 11:15:11 -0500 Subject: [PATCH] chore: remove testing variable --- lib/join.ex | 2 -- 1 file changed, 2 deletions(-) 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)