From 6fc0ae28f220995605b0de4f9ebc83c43908de36 Mon Sep 17 00:00:00 2001 From: Puneet Lath Date: Mon, 15 Jul 2024 15:33:40 -0500 Subject: [PATCH] Assign optimistic onboarding tasks to user --- src/libs/actions/Report.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/actions/Report.ts b/src/libs/actions/Report.ts index 1c863d485fbe..d591cf8a0006 100644 --- a/src/libs/actions/Report.ts +++ b/src/libs/actions/Report.ts @@ -3221,7 +3221,7 @@ function completeOnboarding( : task.description; const currentTask = ReportUtils.buildOptimisticTaskReport( actorAccountID, - undefined, + currentUserAccountID, targetChatReportID, task.title, taskDescription,