Skip to content

Commit

Permalink
update paramOne.in to paramOne["in"]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturRibeiro-CX committed Nov 23, 2024
1 parent a488d44 commit cd34ee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CxPolicy[result] {
paramTwo := parameters[keyTwo]
keyOne != keyTwo
paramOne.name == paramTwo.name
paramOne.in == paramTwo.in
paramOne["in"] == paramTwo["in"]

partialSk := openapi_lib.concat_default_value(openapi_lib.concat_path(path), "parameters")
sk := openapi_lib.get_complete_search_key(keyOne, partialSk, "name")
Expand Down

0 comments on commit cd34ee3

Please sign in to comment.