feat(google-sheets): add new worksheets trigger

This commit is contained in:
Rıdvan Akca
2023-05-16 15:40:19 +03:00
committed by Ali BARIN
parent 88c93ac992
commit d026ac09f3
6 changed files with 132 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
import listDrives from './list-drives';
import listSpreadsheets from './list-spreadsheets';
export default [listDrives];
export default [listDrives, listSpreadsheets];