mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-20 03:06:48 +02:00
fix linting
This commit is contained in:
parent
c0f09d9273
commit
531faa9958
2 changed files with 2 additions and 3 deletions
|
@ -156,7 +156,6 @@ export default {
|
||||||
|
|
||||||
// Create time buckets from oldest to newest
|
// Create time buckets from oldest to newest
|
||||||
const startTime = now.subtract(totalHours, "hours");
|
const startTime = now.subtract(totalHours, "hours");
|
||||||
|
|
||||||
for (let i = 0; i < totalBuckets; i++) {
|
for (let i = 0; i < totalBuckets; i++) {
|
||||||
let bucketStart;
|
let bucketStart;
|
||||||
let bucketEnd;
|
let bucketEnd;
|
||||||
|
|
Loading…
Add table
Reference in a new issue