Skip to content

Commit 0353d23

Browse files
committed
Comment intent of report last visit times cache
1 parent ebcb37f commit 0353d23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libs/ReportUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,6 +1204,7 @@ Onyx.connect({
12041204
},
12051205
});
12061206

1207+
// See findLastAccessedReport — non-UI, module-scoped intentionally.
12071208
let allReportLastVisitTimes: Record<string, string> = {};
12081209
Onyx.connectWithoutView({
12091210
key: ONYXKEYS.REPORT_LAST_VISIT_TIMES,

0 commit comments

Comments
 (0)