Skip to content

Commit

Permalink
fix: issue #384
Browse files Browse the repository at this point in the history
  • Loading branch information
yukigesho committed Nov 19, 2024
1 parent 9ab6b6b commit 5656f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/trpc/routers/_app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const appRouter = createTRPCRouter({
...(input.status === 'past'
? {
in_progress: false,
is_canceled: false,
}
: {}),
...(input.cursor ? { id: { lt: input.cursor } } : {}),
Expand Down

0 comments on commit 5656f9f

Please sign in to comment.