fix(common): resolve Postman API key authorization header import mapping (#5701)
This commit is contained in:
parent
a0bc22968d
commit
c7e453455b
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ const getHoppReqAuth = (
|
||||||
getVariableValue(auth.apikey, "value") ?? ""
|
getVariableValue(auth.apikey, "value") ?? ""
|
||||||
),
|
),
|
||||||
addTo:
|
addTo:
|
||||||
(getVariableValue(auth.apikey, "in") ?? "query") === "query"
|
getVariableValue(auth.apikey, "in") === "query"
|
||||||
? "QUERY_PARAMS"
|
? "QUERY_PARAMS"
|
||||||
: "HEADERS",
|
: "HEADERS",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue