changed type to noauth

This commit is contained in:
sarthak_saxena_72
2021-03-29 01:10:51 +05:30
parent 2bf429c146
commit 6d094504bc

View File

@@ -1039,7 +1039,7 @@ module.exports = {
securitySet.forEach((security) => {
if (_.isEmpty(security)) {
helper = {
type: 'no_auth'
type: 'noauth'
};
return false;
}