You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Gets the reportID for the transaction thread associated with a report by iterating over the reportActions and identifying the IOU report actions.
1257
-
* Returns a reportID if there is exactly one transaction thread for the report, and null otherwise.
1256
+
* Gets the report action for the transaction thread associated with a report by iterating over the reportActions and identifying the IOU report actions.
1257
+
* Returns a report action if there is exactly one transaction thread for the report, and undefined otherwise.
1258
1258
*/
1259
1259
functiongetOneTransactionThreadReportAction(
1260
1260
report: OnyxEntry<Report>,
@@ -1321,10 +1321,13 @@ function getOneTransactionThreadReportAction(
1321
1321
return;
1322
1322
}
1323
1323
1324
-
// Ensure we have a childReportID associated with the IOU report action
1325
1324
returnsingleAction;
1326
1325
}
1327
1326
1327
+
/**
1328
+
* Gets the reportID for the transaction thread associated with a report by iterating over the reportActions and identifying the IOU report actions.
1329
+
* Returns a reportID if there is exactly one transaction thread for the report, and undefined otherwise.
0 commit comments