feat(clickup/updated-task): mark whatChanged optional

This commit is contained in:
Ali BARIN
2024-08-15 12:05:15 +00:00
parent d263726c19
commit 2060b7b49d
3 changed files with 10 additions and 16 deletions

View File

@@ -1,6 +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';
import updatedTask from './updated-task/index.js';
export default [newFolders, newLists, newTasks, taskChanges];
export default [newFolders, newLists, newTasks, updatedTask];