We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f37dee commit 3881c06Copy full SHA for 3881c06
1 file changed
lib/ash_json_api/request.ex
@@ -1179,7 +1179,11 @@ defmodule AshJsonApi.Request do
1179
Enum.find(
1180
action.arguments,
1181
&(&1.public? &&
1182
- AshJsonApi.Resource.Info.apply_argument_name_mapping(arg_names, action.name, &1.name) ==
+ AshJsonApi.Resource.Info.apply_argument_name_mapping(
1183
+ arg_names,
1184
+ action.name,
1185
+ &1.name
1186
+ ) ==
1187
key)
1188
)
1189
0 commit comments