Skip to content

Commit e83bec0

Browse files
committed
fix: call underlying stream run instead of public interface
1 parent fc1f6d7 commit e83bec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ash/actions/update/bulk.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ defmodule Ash.Actions.Update.Bulk do
182182
# once we figure this out, we may be able to remove the branch above
183183
run(
184184
domain,
185-
Ash.stream!(
185+
Ash.Actions.Read.Stream.run!(
186+
domain,
186187
query,
187188
read_opts
188189
),

0 commit comments

Comments
 (0)