File tree 1 file changed +3
-13
lines changed
1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -625,15 +625,14 @@ function fetchOrCreateChatReport(participants, shouldNavigate = true) {
625
625
}
626
626
627
627
/**
628
- * Get the actions of a report
628
+ * Get the initial actions of a report
629
629
*
630
630
* @param {Number } reportID
631
- * @returns {Promise }
632
631
*/
633
- function fetchActions ( reportID ) {
632
+ function fetchInitialActions ( reportID ) {
634
633
const reportActionsOffset = - 1 ;
635
634
636
- return DeprecatedAPI . Report_GetHistory ( {
635
+ DeprecatedAPI . Report_GetHistory ( {
637
636
reportID,
638
637
reportActionsOffset,
639
638
reportActionsLimit : CONST . REPORT . ACTIONS . LIMIT ,
@@ -644,15 +643,6 @@ function fetchActions(reportID) {
644
643
} ) ;
645
644
}
646
645
647
- /**
648
- * Get the initial actions of a report
649
- *
650
- * @param {Number } reportID
651
- */
652
- function fetchInitialActions ( reportID ) {
653
- fetchActions ( reportID ) ;
654
- }
655
-
656
646
/**
657
647
* Get all of our reports
658
648
*
You can’t perform that action at this time.
0 commit comments