mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
fixed lint warning
This commit is contained in:
parent
38b0711171
commit
8ae20c5626
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ export function update() {
|
|||
let activityChartData_amount = [];
|
||||
let activityChartData_time = [];
|
||||
let activityChartData_avgWpm = [];
|
||||
let lastTimestamp = 0;
|
||||
// let lastTimestamp = 0;
|
||||
Object.keys(activityChartData).forEach((date) => {
|
||||
//this was used to fill in empty days between the results before i realised chart js can do it for me
|
||||
// let datecheck;
|
||||
|
|
Loading…
Reference in a new issue