Skip to content

Commit fc07311

Browse files
committed
fix: add unknown type to reason cie card reading unexpected failure
1 parent 2df84c7 commit fc07311

File tree

1 file changed

+1
-1
lines changed
  • ts/features/itwallet/identification/analytics

1 file changed

+1
-1
lines changed

ts/features/itwallet/identification/analytics/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export type TrackItWalletCieCardReadingFailure = {
4343
};
4444

4545
export type TrackItWalletCieCardReadingUnexpectedFailure = {
46-
reason: string | undefined;
46+
reason: string | unknown | undefined;
4747
cie_reading_progress: number;
4848
itw_flow: ItwFlow;
4949
ITW_ID_method?: ItwIdMethod;

0 commit comments

Comments
 (0)