Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TMisiukiewicz committed Nov 25, 2024
1 parent a5dfc7d commit 6a9a769
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 @@ -480,6 +480,7 @@ function validateReportDraftProperty(key: keyof Report, value: string) {
case 'isOptimisticReport':
case 'isWaitingOnBankAccount':
case 'isCancelledIOU':
return validateBoolean(value);
case 'lastReadSequenceNumber':
case 'managerID':
case 'lastActorAccountID':
Expand Down

0 comments on commit 6a9a769

Please sign in to comment.