MOBILE-3936 calendar: Fix default reminders not being created

main
Pau Ferrer Ocaña 2022-11-17 12:44:59 +01:00
parent cd8f81d332
commit 11f1706af9
1 changed files with 1 additions and 1 deletions

View File

@ -1540,7 +1540,7 @@ export class AddonCalendarProvider {
} }
if (addDefaultReminder) { if (addDefaultReminder) {
this.addDefaultEventReminder(eventRecord, site.getId()); await this.addDefaultEventReminder(eventRecord, site.getId());
} }
await site.getDb().insertRecord(EVENTS_TABLE, eventRecord); await site.getDb().insertRecord(EVENTS_TABLE, eventRecord);