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"
  • Loading branch information
johnmlee101 authored Nov 4, 2024
2 parents bcb9bfa + 56d255a commit a93bbec
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 a93bbec

Please sign in to comment.