fixed lint

This commit is contained in:
sarthak_saxena_72
2021-03-28 23:32:22 +05:30
parent d5d911c08e
commit 2bf429c146

View File

@@ -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]];