Skip to content

Commit

Permalink
Fix after merging main
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyStash committed Dec 2, 2024
1 parent 02bdc4b commit d1399ea
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 @@ -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}`,
Expand Down

0 comments on commit d1399ea

Please sign in to comment.