Skip to content

Commit

Permalink
Merge pull request Expensify#51722 from NJ-2020/fix/51395
Browse files Browse the repository at this point in the history
fix completed task report action id for onboarding
  • Loading branch information
yuwenmemon authored Oct 31, 2024
2 parents 6463c2b + ceb841a commit 8f3b7e4
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 @@ -3467,7 +3467,7 @@ function completeOnboarding(
parentReportActionID: taskReportAction.reportAction.reportActionID,
assigneeChatReportID: '',
createdTaskReportActionID: taskCreatedAction.reportActionID,
completedTaskReportActionID: completedTaskReportAction?.reportActionID ?? undefined,
completedTaskReportActionID: completedTaskReportAction?.reportActionID ?? '-1',
title: currentTask.reportName ?? '',
description: taskDescription ?? '',
}));
Expand Down

0 comments on commit 8f3b7e4

Please sign in to comment.