File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5825,7 +5825,7 @@ function getReportUrl(reportID: string) {
5825
5825
return `${ environmentURL } /r/${ reportID } ` ;
5826
5826
}
5827
5827
5828
- function getMovedTransactionMessage ( action : ReportAction , parentReportAction : OnyxEntry < ReportAction > , report ?: Report ) {
5828
+ function getMovedTransactionMessage ( action : ReportAction , parentReportAction ? : OnyxEntry < ReportAction > , report ?: Report ) {
5829
5829
const movedTransactionOriginalMessage = getOriginalMessage ( action as ReportAction < typeof CONST . REPORT . ACTIONS . TYPE . MOVED_TRANSACTION > ) ?? { } ;
5830
5830
const { toReportID} = movedTransactionOriginalMessage as OriginalMessageMovedTransaction ;
5831
5831
const reportName = getReportName ( report , undefined , parentReportAction ) ;
You can’t perform that action at this time.
0 commit comments