We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6c863 commit bea686bCopy full SHA for bea686b
1 file changed
src/lib/report.ts
@@ -330,8 +330,9 @@ function getOpenapiResponseProperties(
330
}
331
332
const res = openapiEndpointDef.post.responses['200']
333
- if ('content' in res) return res.content['application/json']?.schema?.properties
334
- return
+ if ('content' in res)
+ return res.content['application/json']?.schema?.properties
335
+
336
337
338
function processParameters(
0 commit comments