From 8daff2ff7b70a1973ff7fb154f56ea7492c7b922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Wiedemann?= Date: Fri, 22 Apr 2022 09:55:43 +0000 Subject: [PATCH] fix: caching issue for statistics --- src/graphEntry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphEntry.ts b/src/graphEntry.ts index 777ff1b..034d0e5 100644 --- a/src/graphEntry.ts +++ b/src/graphEntry.ts @@ -31,7 +31,7 @@ export default class GraphEntry { private _updating = false; - private _cache = true; + private _cache: boolean; // private _hoursToShow: number;