From c3a03aad2dab21ed0dfb90f49d5c350496ad22e3 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 20 Feb 2024 17:24:51 +0000 Subject: build: Fix build --- README.md | 2 +- packages/web/server/api/routers/bookmarks.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 184e0a5b..3dd7ad52 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ I'm a systems engineer in my day job (and have been for the past 7 years). I did - An easy way to get redis running is by using docker `docker run -p 5379:5379 redis`. - You can run the web app without the workers, but link fetching and automatic tagging won't work. - ### Codebase structure + - `packages/db`: Where prisma's schema lives. Shared between packages. - `packages/shared`: Shared utilities and code between the workers and the web app. - `packages/web`: Where the nextjs based web app lives. diff --git a/packages/web/server/api/routers/bookmarks.ts b/packages/web/server/api/routers/bookmarks.ts index 29911bb3..37d12eb9 100644 --- a/packages/web/server/api/routers/bookmarks.ts +++ b/packages/web/server/api/routers/bookmarks.ts @@ -165,8 +165,8 @@ export const bookmarksAppRouter = router({ favourited: input.favourited, id: input.ids ? { - in: input.ids, - } + in: input.ids, + } : undefined, }, orderBy: { -- cgit v1.2.3-70-g09d2