feat(clickup): add task changes trigger

This commit is contained in:
Rıdvan Akca
2024-02-16 16:29:14 +03:00
committed by Ali BARIN
parent 200e483574
commit ec075f05c5
3 changed files with 182 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
import newFolders from './new-folders/index.js';
import newLists from './new-lists/index.js';
import newTasks from './new-tasks/index.js';
import taskChanges from './task-changes/index.js';
export default [newFolders, newLists, newTasks];
export default [newFolders, newLists, newTasks, taskChanges];