Skip to content

Commit ae06cb2

Browse files
dawangkgithub-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent 9fd6142 commit ae06cb2

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)