Skip to content

Commit

Permalink
fix: ensure opts are passed through to constructed query in stream
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 22, 2024
1 parent 91c0707 commit 9c7e282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ash/actions/read/stream.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ defmodule Ash.Actions.Read.Stream do
else
Ash.Query.for_read(
query,
Ash.Resource.Info.primary_action!(query.resource, :read).name
Ash.Resource.Info.primary_action!(query.resource, :read).name,
opts
)
end

Expand Down

0 comments on commit 9c7e282

Please sign in to comment.