Skip to content

Commit 78c5408

Browse files
committed
fix(calendar): make getCalendarOptions sync
1 parent ed35622 commit 78c5408

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plugins/calendar.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ export class Calendar {
9696
* }
9797
* ```
9898
*/
99+
@Cordova({
100+
sync: true
101+
})
99102
static getCalendarOptions(): CalendarOptions {
100103
return {
101104
firstReminderMinutes: 60,

0 commit comments

Comments
 (0)