Skip to content

Commit

Permalink
Merge pull request #527 from bigcapitalhq/fix-sync-removed-transactions
Browse files Browse the repository at this point in the history
fix: sync the removed bank transactions from the source
  • Loading branch information
abouolia authored Jul 13, 2024
2 parents 69ddf43 + df7790d commit 7e2e872
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7e2e872

Please sign in to comment.