Skip to content

Commit

Permalink
fix: include distinct from queries in aggregate query
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 24, 2024
1 parent 3567f96 commit a1473bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ash/actions/aggregate.ex
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ defmodule Ash.Actions.Aggregate do
resource: query.resource,
limit: query.limit,
offset: query.offset,
distinct: query.distinct,
domain: query.domain,
tenant: query.tenant,
to_tenant: query.to_tenant
Expand Down

0 comments on commit a1473bb

Please sign in to comment.