We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517b1c2 commit 82dca11Copy full SHA for 82dca11
src/jobs/sheduler.ts
@@ -46,7 +46,6 @@ async function rescheduleJobs(): Promise<void> {
46
log(`[schedule-jobs] ${JobId.DailySummaryNotification} start time ${new Date(nextTime)}`);
47
Browser.alarms.create(JobId.DailySummaryNotification, {
48
when: nextTime,
49
- periodInMinutes: DAY_MINUTES,
50
});
51
52
await createAlarmIfMissing(JobId.RemoveOldTimeIntervals, {
0 commit comments