Skip to content

Commit a147344

Browse files
Muppetry pt2
1 parent 55be54a commit a147344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app/api/_router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const appRouter = router({
7575
return db.showWithDuration.findMany({
7676
where: {
7777
end: {
78-
gte: subtract(new Date(), { hours: input?.gracePeriodHours ?? 0 }),
78+
lte: subtract(new Date(), { hours: input?.gracePeriodHours ?? 0 }),
7979
},
8080
},
8181
});

0 commit comments

Comments
 (0)