Skip to content

Commit

Permalink
AAASOTNSREHTRS
Browse files Browse the repository at this point in the history
  • Loading branch information
malted committed Feb 20, 2025
1 parent d6b1541 commit 9e3e58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function registerJobs() {

for (const user of users) {
for (
let date = eventStartDate;
let date = new Date(eventStartDate);
date <= eventEndDate;
date.setDate(date.getDate() + 1)
) {
Expand Down

0 comments on commit 9e3e58a

Please sign in to comment.