Skip to content

Commit

Permalink
Assign optimistic onboarding tasks to user
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetlath committed Jul 15, 2024
1 parent 9caf951 commit 6fc0ae2
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 @@ -3221,7 +3221,7 @@ function completeOnboarding(
: task.description;
const currentTask = ReportUtils.buildOptimisticTaskReport(
actorAccountID,
undefined,
currentUserAccountID,
targetChatReportID,
task.title,
taskDescription,
Expand Down

0 comments on commit 6fc0ae2

Please sign in to comment.