feat(google-tasks): add new tasks trigger
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import newTaskLists from './new-task-lists/index.js';
|
||||
import newTasks from './new-tasks/index.js';
|
||||
|
||||
export default [newTaskLists];
|
||||
export default [newTaskLists, newTasks];
|
||||
|
Reference in New Issue
Block a user