feat(ynab): add category overspent trigger
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import categoryOverspent from './category-overspent/index.js';
|
||||
import lowAccountBalance from './low-account-balance/index.js';
|
||||
|
||||
export default [lowAccountBalance];
|
||||
export default [categoryOverspent, lowAccountBalance];
|
||||
|
Reference in New Issue
Block a user