mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Update schemaUtils.js
This commit is contained in:
@@ -4931,8 +4931,8 @@ module.exports = {
|
||||
try {
|
||||
res.output.data = this.mapProcessRelatedFiles(inputRelatedFiles.rootFiles, inputRelatedFiles.data,
|
||||
inputRelatedFiles.origin, version, inputRelatedFiles.bundleFormat, toBundle);
|
||||
if (res.output.data === undefined || res.output.data.length === 0 ||
|
||||
res.output.data.result === false) {
|
||||
if (res.output.data === undefined || res.output.data.result === false ||
|
||||
res.output.data.length === 0) {
|
||||
res.result = false;
|
||||
}
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user