Skip to content

Commit 1dbe0a1

Browse files
committed
chore: dialyzer
1 parent ac293df commit 1dbe0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/aggregate.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ defmodule AshSql.Aggregate do
142142
|> AshSql.Join.relationship_path_to_relationships(aggregate.relationship_path)
143143
|> Enum.map(& &1.name)
144144

145-
{expanded_path || [], aggregate.resource, aggregate.join_filters || %{},
145+
{expanded_path, aggregate.resource, aggregate.join_filters || %{},
146146
aggregate.query.action.name}
147147
end)
148148
|> Enum.flat_map(fn {{path, resource, join_filters, read_action}, aggregates} ->

0 commit comments

Comments
 (0)