Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 6, 2023
1 parent 4641bec commit 2c9bfb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ash/filter/runtime.ex
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ defmodule Ash.Filter.Runtime do
|> Ash.Filter.list_refs()
|> Enum.split_with(&(&1.relationship_path == []))

# TODO: this currently does not handle the same calculation with
# different inputs. This is problematic.
refs_to_load =
refs_to_load
|> Enum.map(fn
Expand Down

0 comments on commit 2c9bfb1

Please sign in to comment.