Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JAndrewCH committed Aug 9, 2024
1 parent 666b0e8 commit de77d55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ private boolean hasActivePscExemptions(String companyNumber) {
x.getExemptions().getPscExemptAsTradingOnRegulatedMarket().getItems().stream()
.anyMatch(e -> e.getExemptTo()==null)) ||
(x.getExemptions().getPscExemptAsTradingOnUkRegulatedMarket() != null &&
x.getExemptions().getPscExemptAsTradingOnRegulatedMarket().getItems().stream()
x.getExemptions().getPscExemptAsTradingOnUkRegulatedMarket().getItems().stream()
.anyMatch(e -> e.getExemptTo()==null)))).isPresent();
}

Expand Down

0 comments on commit de77d55

Please sign in to comment.