Skip to content

Commit

Permalink
Merge pull request #395 from picsoritdidnthappen/database-staging
Browse files Browse the repository at this point in the history
fix: voting tab
  • Loading branch information
picsoritdidnthappen authored Nov 20, 2024
2 parents a7b62ff + 08990bf commit 148a729
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 @@ -81,6 +81,7 @@ export const appRouter = createTRPCRouter({
...(input.status === 'open'
? {
in_progress: true,
is_voting: false,
}
: {}),
...(input.status === 'progress'
Expand Down

0 comments on commit 148a729

Please sign in to comment.