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 0c47775 commit 8d44bfd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ fun NsiEntity.toOutcomeRecall(): Boolean? =
OutcomeType.valueOf(it.code)
} catch (ex: Exception) {
OutcomeType.UNKNOWN
}
.isOutcomeRecall
}.isOutcomeRecall
}.orElse(
null
)
Expand Down

0 comments on commit 8d44bfd

Please sign in to comment.