feat(ynab): add goal completed trigger

This commit is contained in:
Rıdvan Akca
2024-01-18 18:00:48 +03:00
parent 1428bf8ffa
commit ab811daba7
3 changed files with 38 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import categoryOverspent from './category-overspent/index.js';
import goalCompleted from './goal-completed/index.js';
import lowAccountBalance from './low-account-balance/index.js';
export default [categoryOverspent, lowAccountBalance];
export default [categoryOverspent, goalCompleted, lowAccountBalance];