Merge pull request #527 from bigcapitalhq/fix-sync-removed-transactions

fix: sync the removed bank transactions from the source
This commit is contained in:
Ahmed Bouhuolia
2024-07-13 21:56:13 +02:00
committed by GitHub

View File

@@ -73,8 +73,6 @@ export class PlaidUpdateTransactions {
added.concat(modified),
trx
);
// Sync removed transactions.
await this.plaidSync.syncRemoveTransactions(tenantId, removed, trx);
// Sync transactions cursor.
await this.plaidSync.syncTransactionsCursor(
tenantId,