Skip to content

Commit 70ea976

Browse files
committed
Go one level deeper for circularRefs
1 parent 063be48 commit 70ea976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-openapi/src/generateSchemaExample.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function generateSchemaExample(
3535
},
3636
...options,
3737
},
38-
4, // Max depth for circular references
38+
3, // Max depth for circular references
3939
);
4040
}
4141

0 commit comments

Comments
 (0)