Skip to content

Commit ebcb37f

Browse files
committed
Use connectWithoutView for report last visit times cache
1 parent 1ba03d6 commit ebcb37f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/ReportUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ Onyx.connect({
12051205
});
12061206

12071207
let allReportLastVisitTimes: Record<string, string> = {};
1208-
Onyx.connect({
1208+
Onyx.connectWithoutView({
12091209
key: ONYXKEYS.REPORT_LAST_VISIT_TIMES,
12101210
callback: (value) => {
12111211
allReportLastVisitTimes = value ?? {};

0 commit comments

Comments
 (0)