feat(google-drive): add new files in folder trigger

This commit is contained in:
Rıdvan Akca
2023-03-28 21:28:58 +03:00
parent fce20263ea
commit e2c75a2daf
6 changed files with 109 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
import listFolders from './list-folders';
export default [listFolders];