Skip to content

Commit

Permalink
optimistically clean up errors
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Dec 31, 2024
1 parent 94b1693 commit 938f936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6986,6 +6986,7 @@ function getPayMoneyRequestParams(
reimbursed: CONST.RED_BRICK_ROAD_PENDING_ACTION.UPDATE,
partial: full ? null : CONST.RED_BRICK_ROAD_PENDING_ACTION.UPDATE,
},
errors: null,

Check failure on line 6989 in src/libs/actions/IOU.ts

View workflow job for this annotation

GitHub Actions / typecheck

Argument of type '{ onyxMethod: "merge"; key: `report_${string}`; value: { lastMessageText: string; lastMessageHtml: string; lastVisibleActionCreated: string; hasOutstandingChildRequest: false; statusNum: 4; pendingFields: { ...; }; ... 48 more ...; pendingAction?: PendingAction | undefined; }; }' is not assignable to parameter of type 'OnyxUpdate'.
},
},
{
Expand All @@ -7009,6 +7010,7 @@ function getPayMoneyRequestParams(
reimbursed: null,
partial: null,
},
errors: null,
},
});

Expand Down

0 comments on commit 938f936

Please sign in to comment.