From 5d052c4b1c66f38f11b5df59c05448fcc3b2e7de Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 03:22:51 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- db/knex_migrations/2026-01-27-0000-add-numeric-history.js | 1 - src/components/NumericChart.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/db/knex_migrations/2026-01-27-0000-add-numeric-history.js b/db/knex_migrations/2026-01-27-0000-add-numeric-history.js index 00a6d1418..1224411c5 100644 --- a/db/knex_migrations/2026-01-27-0000-add-numeric-history.js +++ b/db/knex_migrations/2026-01-27-0000-add-numeric-history.js @@ -20,4 +20,3 @@ exports.up = function (knex) { exports.down = function (knex) { return knex.schema.dropTable("monitor_numeric_history"); }; - diff --git a/src/components/NumericChart.vue b/src/components/NumericChart.vue index 38ed02b9e..186e1e900 100644 --- a/src/components/NumericChart.vue +++ b/src/components/NumericChart.vue @@ -430,4 +430,3 @@ export default { } } -