fix: Plaid transactions syncing

This commit is contained in:
Ahmed Bouhuolia
2024-07-12 23:43:20 +02:00
parent 81b26c6f13
commit 59168bc691
6 changed files with 74 additions and 12 deletions

View File

@@ -148,7 +148,6 @@ export class PlaidSyncDb {
*/
public async syncAccountsTransactions(
tenantId: number,
batchNo: string,
plaidAccountsTransactions: PlaidTransaction[],
trx?: Knex.Transaction
): Promise<void> {
@@ -161,7 +160,6 @@ export class PlaidSyncDb {
return this.syncAccountTranactions(
tenantId,
plaidAccountId,
batchNo,
plaidTransactions,
trx
);