From 65cfa87107c2704474fee8fa781a35b10b35f60e Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Wed, 24 Dec 2025 14:49:05 +0000 Subject: fix(cli): migrate bookmark source in migration command --- apps/cli/src/commands/migrate.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/cli/src/commands/migrate.ts') diff --git a/apps/cli/src/commands/migrate.ts b/apps/cli/src/commands/migrate.ts index ee0d85c8..6527be23 100644 --- a/apps/cli/src/commands/migrate.ts +++ b/apps/cli/src/commands/migrate.ts @@ -695,6 +695,7 @@ async function migrateBookmarks( summary: b.summary ?? undefined, createdAt: b.createdAt, crawlPriority: "low" as const, + source: b.source === null ? undefined : b.source, }; let createdId: string | null = null; switch (b.content.type) { -- cgit v1.2.3-70-g09d2