diff --git a/lib/ash/policy/authorizer/authorizer.ex b/lib/ash/policy/authorizer/authorizer.ex index 8a7be3b3..0e1c464c 100644 --- a/lib/ash/policy/authorizer/authorizer.ex +++ b/lib/ash/policy/authorizer/authorizer.ex @@ -1550,7 +1550,7 @@ defmodule Ash.Policy.Authorizer do for_fields: opts[:for_fields], resource: Map.get(authorizer, :resource), action: Map.get(authorizer, :action), - actor: Map.get(authorizer, :action), + actor: Map.get(authorizer, :actor), scenarios: [] )} else