Skip to content

Commit

Permalink
[MODFIN-352] Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-git committed Apr 10, 2024
1 parent af8db80 commit 7ddd308
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ private Future<Void> checkFundAllocations(Batch batch, RequestContext requestCon
.map(t -> List.of(t.getFromFundId(), t.getToFundId()))
.flatMap(Collection::stream)
.filter(Objects::nonNull)
.distinct()
.toList();
return fundService.getFundsByIds(fundIds, requestContext)
.map(funds -> {
Expand Down

0 comments on commit 7ddd308

Please sign in to comment.