mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
refactor(nestjs): banking modules
This commit is contained in:
@@ -76,6 +76,11 @@ const models = [
|
||||
GetPendingBankAccountTransactions,
|
||||
GetAutofillCategorizeTransactionService,
|
||||
],
|
||||
exports: [...models, RemovePendingUncategorizedTransaction],
|
||||
exports: [
|
||||
...models,
|
||||
RemovePendingUncategorizedTransaction,
|
||||
CommandBankTransactionValidator,
|
||||
CreateBankTransactionService
|
||||
],
|
||||
})
|
||||
export class BankingTransactionsModule {}
|
||||
|
||||
Reference in New Issue
Block a user