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