We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f61a4ad + 6bdd84f commit 0cb86efCopy full SHA for 0cb86ef
src/schemaHandler.js
@@ -19,9 +19,6 @@ class SchemaHandler {
19
this.shouldConvert = true;
20
if (/(3\.1\.\d)/g.test(this.openAPI.openapi)) this.shouldConvert = false;
21
22
- this.shouldConvert = true;
23
- if (/(3\.1\.\d)/g.test(this.openAPI.openapi)) this.shouldConvert = false;
24
-
25
this.modelReferences = {};
26
27
this.__standardiseModels();
0 commit comments