feat(ynab): add goal completed trigger
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user