Skip to content

Commit

Permalink
logged only original message type
Browse files Browse the repository at this point in the history
  • Loading branch information
FitseTLT committed Apr 2, 2024
1 parent 3badbd1 commit 79d8448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5220,7 +5220,7 @@ function getIOUReportActionDisplayMessage(reportAction: OnyxEntry<ReportAction>,
// This log to server is temporary and needed to determine if there is a case we need the transaction param
// when we call getIOUReportActionDisplayMessage from ReportActionItemMessage
if (shouldLog) {
Log.alert('Transaction Param Used when getIOUReportActionDisplayMessage was called from ReportActionItemMessage', {originalMessage});
Log.alert('Transaction Param Used when getIOUReportActionDisplayMessage was called from ReportActionItemMessage', {originalMessageType: originalMessage.type});
}

const transactionDetails = getTransactionDetails(!isEmptyObject(transaction) ? transaction : null);
Expand Down

0 comments on commit 79d8448

Please sign in to comment.