Skip to content

Commit

Permalink
fix: Remove start-date limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
JeangelLF committed Oct 1, 2024
1 parent 63f813c commit ee9a102
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jobs/slack-statistics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export async function postStatisticsToSlack() {
},
where: {
lecture: {
every: { start: { lt: end } },
some: { start: { gte: begin, lt: end } },
},
published: true,
Expand Down

0 comments on commit ee9a102

Please sign in to comment.