From 42b20a48db5a6c2178497406067f1b9a48c2a512 Mon Sep 17 00:00:00 2001 From: rory Date: Wed, 6 Mar 2024 12:04:06 -0800 Subject: [PATCH] Clarify comment --- 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 54d4de663b11..94fe324d306a 100644 --- a/src/libs/actions/Report.ts +++ b/src/libs/actions/Report.ts @@ -116,7 +116,7 @@ Onyx.connect({ // map of reportID to all reportActions for that report const allReportActions: OnyxCollection = {}; -// map of reportID to the oldest reportAction for that report +// map of reportID to the ID of the oldest reportAction for that report const oldestReportActions: Record = {}; // map of report to the ID of the newest action for that report