Skip to content

Commit

Permalink
Merge pull request #45424 from Expensify/puneet-onboarding-assignee
Browse files Browse the repository at this point in the history
Assign optimistic onboarding tasks to user
  • Loading branch information
thienlnam authored Jul 17, 2024
2 parents dee47a5 + 6fc0ae2 commit 4daf9e9
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 @@ -3228,7 +3228,7 @@ function completeOnboarding(
: task.description;
const currentTask = ReportUtils.buildOptimisticTaskReport(
actorAccountID,
undefined,
currentUserAccountID,
targetChatReportID,
task.title,
taskDescription,
Expand Down

0 comments on commit 4daf9e9

Please sign in to comment.