feat: add next scheduled check to reminder state and update UI to display next check time
This commit is contained in:
@@ -80,6 +80,7 @@ export async function settingsRoutes(app: FastifyInstance) {
|
||||
hasSmtpPassword: !!process.env.SMTP_PASS,
|
||||
// Reminder state
|
||||
lastAutoEmailSent: reminderState.lastAutoEmailSent,
|
||||
nextScheduledCheck: reminderState.nextScheduledCheck,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user