mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-10 16:22:27 +03:00
chore: fix lint issues
This commit is contained in:
parent
309cc23de6
commit
0192b70235
|
@ -58,7 +58,7 @@ class SchemaWalker {
|
||||||
const res = visitor(obj, pointer);
|
const res = visitor(obj, pointer);
|
||||||
obj['x-redoc-visited'] = false;
|
obj['x-redoc-visited'] = false;
|
||||||
// circular, return only title and description
|
// 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;
|
obj['x-redoc-visited'] = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user