Skip to content

Commit

Permalink
fix: properly set tenant on aggregate query
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 12, 2024
1 parent f61bec4 commit c5c3ef9
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 @@ -71,6 +71,7 @@ defmodule Ash.Actions.Aggregate do
Ash.Query.data_layer_query(%Ash.Query{
resource: query.resource,
limit: query.limit,
tenant: query.tenant,
offset: query.offset,
api: query.api
}),
Expand Down

0 comments on commit c5c3ef9

Please sign in to comment.