Skip to content

Commit

Permalink
fix another lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Nov 23, 2024
1 parent 2c4480d commit 9ade52c
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 @@ -489,6 +489,7 @@ function validateReportDraftProperty(key: keyof Report, value: string) {
case 'total':
case 'unheldTotal':
case 'nonReimbursableTotal':
case 'unheldNonReimbursableTotal':
return validateNumber(value);
case 'chatType':
return validateConstantEnum(value, CONST.REPORT.CHAT_TYPE);
Expand Down

0 comments on commit 9ade52c

Please sign in to comment.