Skip to content

Commit 198c9d1

Browse files
committed
fix: SchemaComponentsMap bindings
1 parent 62189fd commit 198c9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema-components-map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class SchemaComponentsMap {
6565
);
6666
}
6767

68-
get($ref: string) {
68+
get = ($ref: string) => {
6969
return this._data.find((c) => c.$ref === $ref) || null;
7070
}
7171

0 commit comments

Comments
 (0)