Skip to content

Commit

Permalink
DTSCCI-257 Re-add preferredDQPilotCourt (#2926)
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeldunne authored Jul 10, 2024
1 parent 42b3a66 commit 56b9b2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,8 @@ public Claim saveClaimantResponse(
claimBuilder.claimantResponse(response)
.claimantRespondedAt(nowInUTC())
.dateReferredForDirections(nowInUTC())
.preferredDQCourt(getPreferredCourt(claimBuilder.build()));

.preferredDQCourt(getPreferredCourt(claimBuilder.build()))
.preferredDQPilotCourt(getPreferredCourt(claimBuilder.build()));
CaseDataContent caseDataContent = caseDataContent(startEventResponse, claimBuilder.build());

return caseDetailsConverter.extractClaim(submitUpdate(authorisation,
Expand Down

0 comments on commit 56b9b2b

Please sign in to comment.