mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
feat: add model description to open-graph
This commit is contained in:
@@ -10,7 +10,7 @@ export function tryResolveDescription(member: ApiItemJSON) {
|
||||
const { summary } = member!;
|
||||
|
||||
if (!summary) {
|
||||
return undefined;
|
||||
return null;
|
||||
}
|
||||
|
||||
let retVal = '';
|
||||
|
||||
Reference in New Issue
Block a user