Skip to content

Commit bea686b

Browse files
committed
ci: Format code
1 parent 6e6c863 commit bea686b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/lib/report.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,9 @@ function getOpenapiResponseProperties(
330330
}
331331

332332
const res = openapiEndpointDef.post.responses['200']
333-
if ('content' in res) return res.content['application/json']?.schema?.properties
334-
return
333+
if ('content' in res)
334+
return res.content['application/json']?.schema?.properties
335+
335336
}
336337

337338
function processParameters(

0 commit comments

Comments
 (0)