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