Skip to content

Commit

Permalink
fix: caching issue for statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Apr 22, 2022
1 parent 29aaa7c commit 8daff2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphEntry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class GraphEntry {

private _updating = false;

private _cache = true;
private _cache: boolean;

// private _hoursToShow: number;

Expand Down

0 comments on commit 8daff2f

Please sign in to comment.