feat: add model description to open-graph

This commit is contained in:
iCrawl
2022-10-11 16:12:16 +02:00
parent e8f63617a2
commit eb46e3a5ad
4 changed files with 9 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ export function tryResolveDescription(member: ApiItemJSON) {
const { summary } = member!;
if (!summary) {
return undefined;
return null;
}
let retVal = '';