Skip to content

Commit 2fbbdd7

Browse files
authored
Merge pull request #841 from companieshouse/fix/name-mismatch-not-say
make Name mismatch enum match value for NOT_SAY
2 parents 8714494 + a1ca3f8 commit 2fbbdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/psc-verification-link/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export enum NameMismatchReasonEnum {
159159
LEGALLY_CHANGED = "LEGALLY_CHANGED",
160160
TRANSLATION_OR_DIFF_CONV = "TRANSLATION_OR_DIFF_CONV",
161161
REGISTER_ERROR = "REGISTER_ERROR",
162-
NOT_TO_SAY = "NOT_SAY"
162+
NOT_SAY = "NOT_SAY"
163163
}
164164

165165
export enum VerificationStatementEnum {

0 commit comments

Comments
 (0)