From 1aa76396eaf23ee8f3544b6275cf73d6d129d595 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 21 Dec 2024 14:20:49 +0000 Subject: deps: Upgrade prettier to 3.4.2 --- apps/web/lib/exportBookmarks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/web/lib/exportBookmarks.ts') 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, -- cgit v1.2.3-70-g09d2