removed the blank current time entry from the logs chart

This commit is contained in:
Gani Georgiev
2023-12-11 09:49:06 +02:00
parent b0f027d27a
commit 8671debc35
32 changed files with 43 additions and 44 deletions
-6
View File
@@ -54,12 +54,6 @@
});
totalLogs += item.total;
}
// add current time marker to the chart
chartData.push({
x: new Date(),
y: undefined,
});
})
.catch((err) => {
if (!err?.isAbort) {