diff --git a/packages/hoppscotch-common/src/helpers/import-export/import/postman.ts b/packages/hoppscotch-common/src/helpers/import-export/import/postman.ts index 0f277c67..1fbac662 100644 --- a/packages/hoppscotch-common/src/helpers/import-export/import/postman.ts +++ b/packages/hoppscotch-common/src/helpers/import-export/import/postman.ts @@ -299,7 +299,7 @@ const getHoppReqAuth = ( getVariableValue(auth.apikey, "value") ?? "" ), addTo: - (getVariableValue(auth.apikey, "in") ?? "query") === "query" + getVariableValue(auth.apikey, "in") === "query" ? "QUERY_PARAMS" : "HEADERS", }