prompt_get_calendar_event_from_clipboard fixed. see #680
This commit is contained in:
parent
3eba2865d7
commit
e2b20e7ed6
1 changed files with 3 additions and 3 deletions
|
|
@ -667,10 +667,10 @@ export function getActiveSpecialPromptsIDs(args = {}) {
|
|||
}
|
||||
if (get_calendar_event) {
|
||||
output.push('prompt_get_calendar_event');
|
||||
}
|
||||
if (get_calendar_event_from_clipboard) {
|
||||
output.push('prompt_get_calendar_event_from_clipboard');
|
||||
}
|
||||
}
|
||||
if (get_task) {
|
||||
output.push('prompt_get_task');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue