Skip to content

Commit 1635f91

Browse files
Added completed by information
1 parent 7c11879 commit 1635f91

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/models/hmpps

1 file changed

+1
-1
lines changed

src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/models/hmpps/ReviewSchedule.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data class ReviewSchedule(
3131
val version: Int,
3232
var reviewCompletedBy: String?,
3333
var reviewCompletedByRole: String?,
34-
var reviewCompletedAt: Instant,
34+
var reviewCompletedAt: Instant?,
3535
)
3636

3737
data class ActionPlanReviewsResponse(

0 commit comments

Comments
 (0)