mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Show empty description if not exist
This commit is contained in:
parent
c089b74af9
commit
77ca0ceb59
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ export const createArticleResolver = authorized<
|
|||
userId: uid,
|
||||
originalHtml: domContent,
|
||||
content: parsedContent?.content || '',
|
||||
description: parsedContent?.excerpt,
|
||||
description: parsedContent?.excerpt || '',
|
||||
title:
|
||||
parsedContent?.title ||
|
||||
preparedDocument?.pageInfo.title ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue