Skip to content

Commit

Permalink
PI-2575 Remove 'is convicted result flag' check (#4369)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-bcl authored Oct 31, 2024
1 parent 0b84493 commit 434a481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Handler(
.filter { defendant ->
defendant.offences.any { offence ->
offence.judicialResults.any { judicialResult ->
judicialResult.isConvictedResult == true && judicialResult.label == "Remanded in custody"
judicialResult.label == "Remanded in custody"
}
}
}
Expand Down

0 comments on commit 434a481

Please sign in to comment.