mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
homologate from multifile
This commit is contained in:
@@ -4854,7 +4854,7 @@ module.exports = {
|
||||
bundledFile[key] = value;
|
||||
});
|
||||
}
|
||||
else {
|
||||
else if (!_.isEmpty(contentAndComponents.components)) {
|
||||
bundledFile.components = contentAndComponents.components;
|
||||
}
|
||||
if (!format) {
|
||||
|
||||
Reference in New Issue
Block a user