Skip to content

Commit

Permalink
Update src/libs/actions/IOU.js
Browse files Browse the repository at this point in the history
Co-authored-by: Vit Horacek <36083550+mountiny@users.noreply.github.com>
  • Loading branch information
jasperhuangg and mountiny authored Jun 21, 2021
1 parent 837ec48 commit c440da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function rejectTransaction({
throw new Error(`${response.code} ${response.message}`);
}

// Save the updated chat and iou reports sent back in the response
// Save the updated chat and IOU reports sent back in the response
// NOTE: since the API doesn't handle syncing chat reports with IOU reports,
// we also need to set the iouReportID and hasOutstandingIOU fields of the chatReport in Onyx manually
// If we didn't sync the reportIDs, the paid IOU would still be shown to users as unpaid. The
Expand Down

0 comments on commit c440da2

Please sign in to comment.