mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 05:20:32 +03:00
Minor schema manager fix
This commit is contained in:
parent
cc707b50fb
commit
a4bae203f7
|
@ -119,6 +119,7 @@ export default class SchemaManager {
|
||||||
tag2MethodMapping.set(tag, tagDetails);
|
tag2MethodMapping.set(tag, tagDetails);
|
||||||
}
|
}
|
||||||
if (tagDetails['x-secondaryTag']) continue;
|
if (tagDetails['x-secondaryTag']) continue;
|
||||||
|
if (!tagDetails.methods) tagDetails.methods = [];
|
||||||
tagDetails.methods.push({pointer: methodPointer, summary: methodSummary});
|
tagDetails.methods.push({pointer: methodPointer, summary: methodSummary});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user