fix: group matches to get possible and perfect matches

This commit is contained in:
Ahmed Bouhuolia
2024-06-29 13:21:59 +02:00
parent cb1f587637
commit b01528c06b
8 changed files with 132 additions and 29 deletions

View File

@@ -36,8 +36,6 @@ export class BankTransactionsMatchingController extends BaseController {
this.validationResult,
this.unmatchMatchedBankTransaction.bind(this)
);
router.get('/', this.getMatchedTransactions.bind(this));
return router;
}