Skip to content

Commit

Permalink
Merge pull request #27194 from StevenKKC/fix26205
Browse files Browse the repository at this point in the history
fix duplicated IOU report
  • Loading branch information
puneetlath authored Sep 13, 2023
2 parents 0f4e4fe + 3a3b325 commit 7deca7a
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 @@ -1093,7 +1093,7 @@ function editMoneyRequest(transactionID, transactionThreadReportID, transactionC
},
{
onyxMethod: Onyx.METHOD.MERGE,
key: `${ONYXKEYS.COLLECTION.REPORT}${iouReport.report}`,
key: `${ONYXKEYS.COLLECTION.REPORT}${iouReport.reportID}`,
value: iouReport,
},
];
Expand Down

0 comments on commit 7deca7a

Please sign in to comment.