diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/cli/src/commands/migrate.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
