mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
refactor: banking modules to nestjs
This commit is contained in:
@@ -108,7 +108,6 @@ export class MatchBankTransactions {
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
public async matchTransaction(
|
||||
tenantId: number,
|
||||
uncategorizedTransactionId: number | Array<number>,
|
||||
matchedTransactions: Array<IMatchTransactionDTO>,
|
||||
): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user