From 5ec64c1b28c51956c621e6a64e639c7f5ff96fd6 Mon Sep 17 00:00:00 2001 From: gijoe0295 <153004152+gijoe0295@users.noreply.github.com> Date: Wed, 7 May 2025 03:18:05 +0700 Subject: [PATCH] fix gbr on concierge chat even when no action required --- src/libs/ReportUtils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index dcc5ad7a0d62..668217fc17d6 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -9925,7 +9925,6 @@ function prepareOnboardingOnyxData( onyxMethod: Onyx.METHOD.MERGE, key: `${ONYXKEYS.COLLECTION.REPORT}${targetChatReportID}`, value: { - lastMentionedTime: DateUtils.getDBTime(), hasOutstandingChildTask, lastVisibleActionCreated, lastActorAccountID: actorAccountID,