Skip to content

Commit

Permalink
fix: sync the removed bank transactions from the source
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Jul 13, 2024
1 parent 69ddf43 commit df7790d
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 df7790d

Please sign in to comment.