Skip to content

Commit a5d3666

Browse files
committed
Fix typescript
1 parent e1ddc32 commit a5d3666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libs/DebugUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,7 @@ function validateTransactionViolationDraftProperty(key: keyof TransactionViolati
12411241
duplicates: 'array',
12421242
rterType: CONST.RTER_VIOLATION_TYPES,
12431243
tooltip: 'string',
1244+
message: 'string',
12441245
});
12451246
case 'showInReview':
12461247
return validateBoolean(value);

0 commit comments

Comments
 (0)