Skip to content

Commit

Permalink
Merge pull request #35918 from Expensify/cristi_fix-server-warning
Browse files Browse the repository at this point in the history
[CP Staging] Fix warning on the server

(cherry picked from commit 92db113)
  • Loading branch information
cristipaval authored and OSBotify committed Feb 6, 2024
1 parent d4139ce commit 65144b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3073,7 +3073,7 @@ function getSendMoneyParams(
paymentMethodType,
transactionID: optimisticTransaction.transactionID,
newIOUReportDetails,
createdReportActionID: isNewChat ? optimisticCreatedAction.reportActionID : '',
createdReportActionID: isNewChat ? optimisticCreatedAction.reportActionID : '0',
reportPreviewReportActionID: reportPreviewAction.reportActionID,
},
optimisticData,
Expand Down

0 comments on commit 65144b5

Please sign in to comment.