remove redundant "put" case

This commit is contained in:
Erik Krogh Kristensen
2021-05-12 22:34:44 +02:00
parent e0f78dde56
commit 34fbafafde

View File

@@ -242,7 +242,7 @@ module ClientRequest {
method = "request" and
result = getOptionArgument(0, "data")
or
method = ["post", "put", "put"] and
method = ["post", "put"] and
result = [getArgument(1), getOptionArgument(2, "data")]
or
result = getOptionArgument([0 .. 2], ["headers", "params"])