mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
changed type to noauth
This commit is contained in:
@@ -1039,7 +1039,7 @@ module.exports = {
|
||||
securitySet.forEach((security) => {
|
||||
if (_.isEmpty(security)) {
|
||||
helper = {
|
||||
type: 'no_auth'
|
||||
type: 'noauth'
|
||||
};
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user