Skip to content

Commit

Permalink
fix: use the proper opts when calling manual updates in bulk updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 21, 2024
1 parent b256e1d commit af1fa5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash/actions/update/bulk.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ defmodule Ash.Actions.Update.Bulk do
result =
apply(mod, action.type, [
changeset,
opts,
manual_opts,
struct(context_struct, %{
select: opts[:select],
actor: opts[:actor],
Expand Down

0 comments on commit af1fa5e

Please sign in to comment.