You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/manage-supervision-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/integrations/delius/overview/entity/Contact.kt
+5-2
Original file line number
Diff line number
Diff line change
@@ -121,8 +121,11 @@ class Contact(
121
121
funendDateTime(): ZonedDateTime?=
122
122
if (endTime !=null) ZonedDateTime.of(date, endTime.toLocalTime(), EuropeLondon) elsenull
0 commit comments