Skip to content

Commit

Permalink
Revert "fix completed task report action id for onboarding"
Browse files Browse the repository at this point in the history
  • Loading branch information
marcochavezf authored Nov 4, 2024
1 parent cff2373 commit 56d255a
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 56d255a

Please sign in to comment.