fix(infra): simplify transaction processing validation by removing removed transactions check
This commit is contained in:
@@ -86,7 +86,6 @@ internal sealed class PlaidTransactionProcessor : IPlaidTransactionProcessor
|
||||
);
|
||||
|
||||
return numAdded == syncResponse.Added.Count &&
|
||||
numModified == syncResponse.Modified.Count &&
|
||||
numRemoved == syncResponse.Removed.Count;
|
||||
numModified == syncResponse.Modified.Count;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user