From d1399eac1454aa3de78edcdbdaa7c6e15ab45711 Mon Sep 17 00:00:00 2001 From: VickyStash Date: Mon, 2 Dec 2024 16:26:57 +0100 Subject: [PATCH] Fix after merging main --- 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 003a0064b37..1240c25fd8b 100644 --- a/src/libs/actions/Report.ts +++ b/src/libs/actions/Report.ts @@ -3891,7 +3891,7 @@ function prepareOnboardingOptimisticData( if (engagementChoice === CONST.ONBOARDING_CHOICES.MANAGE_TEAM) { const selfDMReportID = ReportUtils.findSelfDMReportID(); - const selfDMReport = ReportConnection.getReport(selfDMReportID ?? '-1'); + const selfDMReport = ReportUtils.getReport(selfDMReportID ?? '-1'); optimisticData.push({ onyxMethod: Onyx.METHOD.MERGE, key: `${ONYXKEYS.COLLECTION.REPORT}${selfDMReportID}`,