Skip to content

Commit

Permalink
Merge pull request #300 from Backbase/nojira/fix-approvals-ingestion-…
Browse files Browse the repository at this point in the history
…for-batches

nojira: fix approval for batches ingestion
  • Loading branch information
varesik authored Sep 25, 2024
2 parents 8d564e7 + 3f5273c commit f916bc8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ private List<IntegrationPolicyAssignmentRequest> getCurrencyPolicyAssignments(

policyBoundMap.put(policyABCId, null);

policyBoundMap.put(policyAOr2BId, null);

for (Map.Entry<String, Currency> entry : policyBoundMap.entrySet()) {
String policyId = entry.getKey();
Currency upperBound = entry.getValue();
Expand Down

0 comments on commit f916bc8

Please sign in to comment.