Skip to content

Commit

Permalink
PI-1962 Fix indirect indecent band (#3552)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Mar 28, 2024
1 parent 706f6be commit 4aaa51a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fun HmppsDomainEvent.ospIndecent() = additionalInformation["OSPIndecentScore"]?.
)
}

fun HmppsDomainEvent.ospIndirectIndecent() = additionalInformation["OSPIndecentIndirectBand"]?.let {
fun HmppsDomainEvent.ospIndirectIndecent() = additionalInformation["OSPIndirectIndecentBand"]?.let {
RiskAssessment(
additionalInformation["OSPIndirectIndecentScore"] as Double,
additionalInformation["OSPIndirectIndecentBand"] as String,
Expand Down

0 comments on commit 4aaa51a

Please sign in to comment.