feat(xero): add new bank transactions trigger
This commit is contained in:
3
packages/backend/src/apps/xero/triggers/index.ts
Normal file
3
packages/backend/src/apps/xero/triggers/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import newBankTransactions from './new-bank-transactions';
|
||||
|
||||
export default [newBankTransactions];
|
Reference in New Issue
Block a user