mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
fix(calendar): make getCalendarOptions sync
This commit is contained in:
parent
ed35622db0
commit
78c540841e
@ -96,6 +96,9 @@ export class Calendar {
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
@Cordova({
|
||||
sync: true
|
||||
})
|
||||
static getCalendarOptions(): CalendarOptions {
|
||||
return {
|
||||
firstReminderMinutes: 60,
|
||||
|
Loading…
Reference in New Issue
Block a user