From e2a7b3fb05eda898ecf205d5d77e5aef4671eb11 Mon Sep 17 00:00:00 2001 From: Luis Tejeda <46000487+LuisTejedaS@users.noreply.github.com> Date: Thu, 9 Jun 2022 11:54:21 -0500 Subject: [PATCH] removed commented line' --- lib/schemaUtils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/schemaUtils.js b/lib/schemaUtils.js index 4b259ee..67b36d5 100644 --- a/lib/schemaUtils.js +++ b/lib/schemaUtils.js @@ -4904,7 +4904,6 @@ module.exports = { let parsedContent = parseFileOrThrow(rootFile.content); return { fileName: rootFile.fileName, content: rootFile.content, parsed: parsedContent }; }).filter((rootWithParsedContent) => { - // bundleFormat = bundleFormat ? bundleFormat : rootWithParsedContent.parsed.inputFormat; return compareVersion(version, rootWithParsedContent.parsed.oasObject.openapi); }), data = toBundle ?