MOBILE-3936 calendar: Fix default reminders not being created
This commit is contained in:
parent
cd8f81d332
commit
11f1706af9
@ -1540,7 +1540,7 @@ export class AddonCalendarProvider {
|
||||
}
|
||||
|
||||
if (addDefaultReminder) {
|
||||
this.addDefaultEventReminder(eventRecord, site.getId());
|
||||
await this.addDefaultEventReminder(eventRecord, site.getId());
|
||||
}
|
||||
|
||||
await site.getDb().insertRecord(EVENTS_TABLE, eventRecord);
|
||||
|
Loading…
x
Reference in New Issue
Block a user