Skip to content

Commit 3a81c9b

Browse files
committed
refactor: add empty line between operations
1 parent f568552 commit 3a81c9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/plugins/oas3/components/request-body.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ const RequestBody = ({
152152
{
153153
Map.isMap(bodyProperties) && bodyProperties.entrySeq().map(([key, schema]) => {
154154
if (schema.get("readOnly")) return
155+
155156
const schemaWithoutKeywords = schema.filter((v, k) => k !== "oneOf"
156157
&& k !== "anyOf"
157158
&& k !== "$$ref"

0 commit comments

Comments
 (0)