Skip to content

Commit 82dca11

Browse files
committed
Fix alarm for daily notification
1 parent 517b1c2 commit 82dca11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jobs/sheduler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ async function rescheduleJobs(): Promise<void> {
4646
log(`[schedule-jobs] ${JobId.DailySummaryNotification} start time ${new Date(nextTime)}`);
4747
Browser.alarms.create(JobId.DailySummaryNotification, {
4848
when: nextTime,
49-
periodInMinutes: DAY_MINUTES,
5049
});
5150

5251
await createAlarmIfMissing(JobId.RemoveOldTimeIntervals, {

0 commit comments

Comments
 (0)