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.
1 parent 019b28f commit 85ed0aaCopy full SHA for 85ed0aa
src/strategies/export-version.strategy.ts
@@ -50,7 +50,7 @@ async function getTransformedDocument(document: ResolvedVersionDocument, format:
50
const sourceString = JSON.parse(await source.text())
51
return {
52
...versionDocumentBase,
53
- data: removeOasExtensions(JSON.parse(sourceString), allowedOasExtensions),
+ data: removeOasExtensions(sourceString, allowedOasExtensions),
54
}
55
56
if (source.type.startsWith('application/octet-stream')) {
0 commit comments