Skip to content

Commit a1ca3f8

Browse files
committed
make Name mismatch enum match value for NOT_SAY
1 parent 8714494 commit a1ca3f8

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)