Skip to content

Commit e8e1a51

Browse files
committed
Merge branch 'kl/scrum-56-email-notifications' of https://github.com/UTSC-CSCC01-Software-Engineering-I/term-group-project-c01w25-project-course-matrix into kl/scrum-56-email-notifications
2 parents 54243c4 + ae06cb2 commit e8e1a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course-matrix/backend/src/services/emailNotificationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export async function checkAndNotifyEvents() {
100100

101101
const formattedStartTime = now.toTimeString().slice(0, 8);
102102
const formattedEndTime = fifteenMinutesFromNow.toTimeString().slice(0, 8);
103-
const today = now.toISOString().split('T')[0];
103+
const today = now.toISOString().split("T")[0];
104104
//console.log(today);
105105
try {
106106
// Get events that start between now and 15 minutes from now

0 commit comments

Comments
 (0)