fix linting

This commit is contained in:
Doruk 2025-06-14 02:45:53 +02:00
parent c0f09d9273
commit 531faa9958
2 changed files with 2 additions and 3 deletions

View file

@ -156,7 +156,6 @@ export default {
// Create time buckets from oldest to newest
const startTime = now.subtract(totalHours, "hours");
for (let i = 0; i < totalBuckets; i++) {
let bucketStart;
let bucketEnd;

View file

@ -722,7 +722,7 @@ export default {
Promise.all([
this.getData(),
this.editMode ? Promise.resolve() : this.loadHeartbeatData()
]).then(([configRes]) => {
]).then(([ configRes ]) => {
this.config = configRes.data.config;
if (!this.config.domainNameList) {