mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-16 18:00:33 +03:00
chore: fix lint issues
This commit is contained in:
parent
309cc23de6
commit
0192b70235
|
@ -58,9 +58,9 @@ class SchemaWalker {
|
|||
const res = visitor(obj, pointer);
|
||||
obj['x-redoc-visited'] = false;
|
||||
// circular, return only title and description
|
||||
return { title: res.title, description: res.description }
|
||||
return { title: res.title, description: res.description };
|
||||
}
|
||||
|
||||
|
||||
obj['x-redoc-visited'] = true;
|
||||
if (obj.properties) {
|
||||
let ptr = JsonPointer.join(pointer, ['properties']);
|
||||
|
|
Loading…
Reference in New Issue
Block a user