mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-08 14:02:09 +01:00
fix
This commit is contained in:
parent
b700831de4
commit
b83ec03813
@ -422,7 +422,7 @@ const importPostmanV2CollectionItem = (brunoParent, item, parentAuth, options) =
|
||||
brunoRequestItem.request.auth.mode = 'apikey';
|
||||
brunoRequestItem.request.auth.apikey = {
|
||||
key: authValues.key,
|
||||
value: authValues.value.toString(), // Convert the value to a string as Postman's schema does not rigidly define the type of it,
|
||||
value: authValues.value?.toString(), // Convert the value to a string as Postman's schema does not rigidly define the type of it,
|
||||
placement: "header" //By default we are placing the apikey values in headers!
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user