Skip to content

Commit 49192a5

Browse files
committed
Update options for swaggerToOpenApi - was resulting into error for resolving external refs
1 parent ea7328a commit 49192a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/spec-parser.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export default async function ProcessSpec(specUrl, sortTags = false, sortEndpoin
1515
patch: true,
1616
warnOnly: true,
1717
resolveInternal: true,
18-
resolve: true,
1918
};
2019

2120
try {

0 commit comments

Comments
 (0)