mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
fixed lint
This commit is contained in:
@@ -1037,10 +1037,10 @@ module.exports = {
|
||||
}
|
||||
|
||||
securitySet.forEach((security) => {
|
||||
if(_.isEmpty(security)) {
|
||||
if (_.isEmpty(security)) {
|
||||
helper = {
|
||||
type: 'no_auth'
|
||||
}
|
||||
};
|
||||
return false;
|
||||
}
|
||||
securityDef = openapi.securityDefs[Object.keys(security)[0]];
|
||||
|
||||
Reference in New Issue
Block a user