chore: fix lint issues

This commit is contained in:
Roman Hotsiy 2018-02-23 14:34:57 +02:00
parent 309cc23de6
commit 0192b70235
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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']);