aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers
diff options
context:
space:
mode:
Diffstat (limited to 'packages/trpc/routers')
-rw-r--r--packages/trpc/routers/bookmarks.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/trpc/routers/bookmarks.ts b/packages/trpc/routers/bookmarks.ts
index 65037f6b..a447235b 100644
--- a/packages/trpc/routers/bookmarks.ts
+++ b/packages/trpc/routers/bookmarks.ts
@@ -231,6 +231,7 @@ export const bookmarksAppRouter = router({
const res = await ctx.db
.update(bookmarks)
.set({
+ title: input.title,
archived: input.archived,
favourited: input.favourited,
note: input.note,