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 198c9d1 commit 4df0cffCopy full SHA for 4df0cff
src/schema-components-map.ts
@@ -67,7 +67,7 @@ export class SchemaComponentsMap {
67
68
get = ($ref: string) => {
69
return this._data.find((c) => c.$ref === $ref) || null;
70
- }
+ };
71
72
// Ensure enums are at the top of components list
73
enumsFirst() {
0 commit comments