Skip to content

Commit 2613b61

Browse files
committed
Simplify addQuickReminder() action
1 parent 497ad9f commit 2613b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/calendar.cherri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ action removeEvents(variable events: 'WFInputEvents', bool ?includeFutureEvents:
6161
action 'showlist' openRemindersList(variable list: 'WFList')
6262

6363
// [Doc]: [Reminders] Add Quick Reminder
64-
action 'is.workflow.actions.addquickreminder' addQuickReminder()
64+
action 'addquickreminder' addQuickReminder()
6565

6666
// [Doc]: [Reminders] Remove Reminders
6767
action removeReminders(variable reminders: 'WFInputReminders')

0 commit comments

Comments
 (0)