We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899b57d commit 67a458dCopy full SHA for 67a458d
src/main/java/uk/gov/hmcts/reform/iacaseapi/domain/handlers/presubmit/ForceFtpaDecidedStateHandler.java
@@ -43,7 +43,7 @@ public PreSubmitCallbackResponse<AsylumCase> handle(
43
44
if (appellantType.equals("appellant")) {
45
asylumCase.write(IS_FTPA_APPELLANT_DECIDED, "Yes");
46
- } else if (appellantType.equals("respondent")){
+ } else if (appellantType.equals("respondent")) {
47
asylumCase.write(IS_FTPA_RESPONDENT_DECIDED, "Yes");
48
} else {
49
throw new IllegalStateException("appellantType is is new and needs handling");
0 commit comments