Skip to content

Commit 0cb86ef

Browse files
authored
Merge branch 'beta' into beta-rebase
2 parents f61a4ad + 6bdd84f commit 0cb86ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/schemaHandler.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ class SchemaHandler {
1919
this.shouldConvert = true;
2020
if (/(3\.1\.\d)/g.test(this.openAPI.openapi)) this.shouldConvert = false;
2121

22-
this.shouldConvert = true;
23-
if (/(3\.1\.\d)/g.test(this.openAPI.openapi)) this.shouldConvert = false;
24-
2522
this.modelReferences = {};
2623

2724
this.__standardiseModels();

0 commit comments

Comments
 (0)