mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-30 17:44:07 +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);
|
||||
}
|
||||
if (tagDetails['x-secondaryTag']) continue;
|
||||
if (!tagDetails.methods) tagDetails.methods = [];
|
||||
tagDetails.methods.push({pointer: methodPointer, summary: methodSummary});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user