Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj committed Mar 1, 2024
1 parent 2de40b0 commit e12344f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ data class Outcome(
val attended: Attended,
private val didSessionHappen: Boolean? = null,
val noSessionReasonType: NoSessionReasonType? = null,
@JsonAlias("notifyProbationPractitionerOfBehaviour")
val notify: Boolean = false
) {
val sessionHappened = didSessionHappen ?: false
Expand Down

0 comments on commit e12344f

Please sign in to comment.