Skip to content

Commit 494fb7f

Browse files
committed
active user check at the end of the day again
1 parent 5eeaba0 commit 494fb7f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/cron/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ function getJobs(): ScheduledJob[] {
3838
// Midnight every day
3939
['0 0 * * *', healthCheck],
4040
// 12:05 AM every day
41-
// ['5 0 * * *', checkAllUsersActive],
42-
[everyFifteenWorkDay, checkAllUsersActive],
41+
['5 0 * * *', checkAllUsersActive],
4342
[everyFifteenWorkDay, expireRequests],
4443
];
4544
}

0 commit comments

Comments
 (0)