chore: also properly process opts for destroy atomic changesets

This commit is contained in:
Zach Daniel 2024-02-01 14:29:26 -05:00
parent 618ae4459a
commit 1cd73e2ec7

View file

@ -74,6 +74,9 @@ defmodule Ash.Actions.Destroy.Bulk do
}
atomic_changeset ->
{atomic_changeset, opts} =
Ash.Actions.Helpers.add_process_context(api, atomic_changeset, opts)
atomic_changeset = %{atomic_changeset | api: api}
notify? =