diff --git a/lib/ash/resource/actions/destroy.ex b/lib/ash/resource/actions/destroy.ex index 27e0694d..b93726d5 100644 --- a/lib/ash/resource/actions/destroy.ex +++ b/lib/ash/resource/actions/destroy.ex @@ -82,7 +82,7 @@ defmodule Ash.Resource.Actions.Destroy do default: false ], atomic_upgrade_with: [ - type: {:one_of, [:atom, nil]}, + type: {:or, [:atom, nil]}, doc: """ Configure the read action used when performing atomic upgrades. Defaults to the primary read action. """