From 5656f9f1f654d5bb3e220085399842cc27d36f7d Mon Sep 17 00:00:00 2001 From: yukigesho Date: Mon, 18 Nov 2024 21:39:38 -0800 Subject: [PATCH] fix: issue #384 --- src/trpc/routers/_app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/trpc/routers/_app.ts b/src/trpc/routers/_app.ts index f39b8b4..692bab7 100644 --- a/src/trpc/routers/_app.ts +++ b/src/trpc/routers/_app.ts @@ -92,6 +92,7 @@ export const appRouter = createTRPCRouter({ ...(input.status === 'past' ? { in_progress: false, + is_canceled: false, } : {}), ...(input.cursor ? { id: { lt: input.cursor } } : {}),