Skip to content

Commit

Permalink
Fix typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetlath committed Feb 7, 2025
1 parent e1ddc32 commit a5d3666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/DebugUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,7 @@ function validateTransactionViolationDraftProperty(key: keyof TransactionViolati
duplicates: 'array',
rterType: CONST.RTER_VIOLATION_TYPES,
tooltip: 'string',
message: 'string',
});
case 'showInReview':
return validateBoolean(value);
Expand Down

0 comments on commit a5d3666

Please sign in to comment.