diff options
Diffstat (limited to 'apps/web/lib/exportBookmarks.ts')
| -rw-r--r-- | apps/web/lib/exportBookmarks.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/lib/exportBookmarks.ts b/apps/web/lib/exportBookmarks.ts index dd1913fb..f651b897 100644 --- a/apps/web/lib/exportBookmarks.ts +++ b/apps/web/lib/exportBookmarks.ts @@ -51,7 +51,7 @@ export function toExportFormat( title: bookmark.title ?? (bookmark.content.type === BookmarkTypes.LINK - ? bookmark.content.title ?? null + ? (bookmark.content.title ?? null) : null), tags: bookmark.tags.map((t) => t.name), content, |
