Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Found bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Feb 26, 2021
1 parent 880ee99 commit 7b24456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/jobs/pull_latest_transactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func (j *jobManagerBase) pullLatestTransactions(job *work.Job) error {
plaidTransactionIds[i] = transaction.ID
}

// TODO This is causing existing transactions to be re-inserted somehow.
transactionIds, err := repo.GetTransactionsByPlaidId(linkId, plaidTransactionIds)
if err != nil {
log.WithError(err).Error("failed to retrieve transaction ids for updating plaid transactions")
Expand Down

0 comments on commit 7b24456

Please sign in to comment.