Skip to content

Commit

Permalink
fix: Remove start-date limitation (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeangelLF authored and benjaminmay1 committed Nov 26, 2024
1 parent f80912c commit ea08afc
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 ea08afc

Please sign in to comment.