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
  • Loading branch information
cristipaval authored Feb 6, 2024
2 parents 87a9dda + 322f073 commit 92db113
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 @@ -3075,7 +3075,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 92db113

Please sign in to comment.