Skip to content
Snippets Groups Projects
Unverified Commit dc7cab50 authored by Ikko Eltociear Ashimine's avatar Ikko Eltociear Ashimine Committed by GitHub
Browse files

Update sync.ts (#2478)

parent f51376a4
No related branches found
No related tags found
No related merge requests found
......@@ -515,7 +515,7 @@ export async function reconcileExternalTransactions(acctId, transactions) {
// The final fuzzy matching pass. This is the lowest fidelity
// matching: it just find the first transaction that hasn't been
// matched yet. Remember the the dataset only contains transactions
// matched yet. Remember the dataset only contains transactions
// around the same date with the same amount.
const transactionsStep3 = transactionsStep2.map(data => {
if (!data.match && data.fuzzyDataset) {
......@@ -678,7 +678,7 @@ export async function reconcileTransactions(acctId, transactions) {
// The final fuzzy matching pass. This is the lowest fidelity
// matching: it just find the first transaction that hasn't been
// matched yet. Remember the the dataset only contains transactions
// matched yet. Remember the dataset only contains transactions
// around the same date with the same amount.
const transactionsStep3 = transactionsStep2.map(data => {
if (!data.match && data.fuzzyDataset) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment