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;
@ -274,7 +273,7 @@ export default {
"margin-left": "0px",
};
}
// Original logic for auto mode
return {
"margin-left": this.numPadding * (this.beatWidth + this.beatHoverAreaPadding * 2) + "px",

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) {