aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers
diff options
context:
space:
mode:
Diffstat (limited to 'packages/trpc/routers')
-rw-r--r--packages/trpc/routers/bookmarks.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/trpc/routers/bookmarks.ts b/packages/trpc/routers/bookmarks.ts
index c042d3a1..66766205 100644
--- a/packages/trpc/routers/bookmarks.ts
+++ b/packages/trpc/routers/bookmarks.ts
@@ -173,6 +173,9 @@ export const bookmarksAppRouter = router({
id: bookmark.id,
assetType: input.assetType,
assetId: input.assetId,
+ content: null,
+ metadata: null,
+ fileName: input.fileName ?? null,
})
.returning();
content = {