feat(google-tasks): add update task action

This commit is contained in:
Rıdvan Akca
2024-01-16 16:33:41 +03:00
parent 92a9b096ec
commit a90b58b6db
5 changed files with 154 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
import findTask from './find-task/index.js';
import updateTask from './update-task/index.js';
export default [findTask];
export default [findTask, updateTask];