Skip to content

Commit

Permalink
Merge pull request #51983 from Expensify/revert-51722-fix/51395
Browse files Browse the repository at this point in the history
Revert "fix completed task report action id for onboarding"

(cherry picked from commit a93bbec)

(CP triggered by luacmartins)
  • Loading branch information
johnmlee101 authored and OSBotify committed Nov 4, 2024
1 parent e5a6ebb commit 9732284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3505,7 +3505,7 @@ function completeOnboarding(
parentReportActionID: taskReportAction.reportAction.reportActionID,
assigneeChatReportID: '',
createdTaskReportActionID: taskCreatedAction.reportActionID,
completedTaskReportActionID: completedTaskReportAction?.reportActionID ?? '-1',
completedTaskReportActionID: completedTaskReportAction?.reportActionID ?? undefined,
title: currentTask.reportName ?? '',
description: taskDescription ?? '',
}));
Expand Down

0 comments on commit 9732284

Please sign in to comment.