Skip to content

Commit

Permalink
COT-694 Resolving review findings to use values from the judicialBook…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
anthonydummer committed Jan 8, 2024
1 parent 4c78d3d commit 85eadd4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,5 @@ void createBooking(String setOffice) throws IOException {
.orElse(JudicialOfficeHolder.builder().build()).getUserId());
judicialBooking.setLocationId("2");
judicialBookings = Set.of(judicialBooking);
;
}
}

0 comments on commit 85eadd4

Please sign in to comment.