mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
refactor: banking modules to nestjs
This commit is contained in:
@@ -33,7 +33,8 @@ import { GetAccountTransactionsService } from './GetAccountTransactions.service'
|
||||
GetAccountTransactionsService,
|
||||
],
|
||||
exports: [
|
||||
AccountRepository
|
||||
AccountRepository,
|
||||
CreateAccountService,
|
||||
]
|
||||
})
|
||||
export class AccountsModule {}
|
||||
|
||||
Reference in New Issue
Block a user