Skip to content

Commit 314940a

Browse files
authored
Merge pull request #23206 from Expensify/aldo-fix-deploy-blocker
Remove unnecessary default value
2 parents 882b245 + b602c3d commit 314940a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/ReportActionsUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function hasCommentThread(reportAction) {
100100
* @param {Object} [allReportActionsParam]
101101
* @returns {Object}
102102
*/
103-
function getParentReportAction(report, allReportActionsParam = {}) {
103+
function getParentReportAction(report, allReportActionsParam) {
104104
if (!report || !report.parentReportID || !report.parentReportActionID) {
105105
return {};
106106
}

0 commit comments

Comments
 (0)