Skip to content

Commit

Permalink
Merge pull request #147 from companieshouse/bugfix/DSND-2789
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
JAndrewCH authored Aug 9, 2024
2 parents 14c6370 + de77d55 commit 7f94726
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 7f94726

Please sign in to comment.