Skip to content

Commit

Permalink
PI-2391: Added sort of court appearances and recal/withdrawn
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 committed Aug 2, 2024
1 parent 8d44bfd commit 40e453f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ fun NsiEntity.toOutcomeRecall(): Boolean? =
} catch (ex: Exception) {
OutcomeType.UNKNOWN
}.isOutcomeRecall
}.orElse(
null
)
}.orElse(null)

fun NsiEntity.toRecallRejectedOrWithdrawn(): Boolean? {
val status = try {
Expand Down

0 comments on commit 40e453f

Please sign in to comment.