chore: walk back change to set context on query

This commit is contained in:
Zach Daniel 2024-02-21 08:17:24 -05:00
parent c36f3ba2ab
commit 7b5a3267be

View file

@ -29,13 +29,6 @@ defmodule Ash.Actions.Destroy.Bulk do
query
end
query =
if opts[:context] do
Ash.Query.set_context(query, opts[:context])
else
query
end
query = %{query | api: api}
fully_atomic_changeset =