From 0645d0ad105458069189a6ef150cbd235bfcd4c3 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:04:51 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../notification-providers/google-sheets.js | 6 ++-- src/components/notifications/GoogleSheets.vue | 28 ++++++++----------- 2 files changed, 15 insertions(+), 19 deletions(-) diff --git a/server/notification-providers/google-sheets.js b/server/notification-providers/google-sheets.js index fc74a6b55..6220e272f 100644 --- a/server/notification-providers/google-sheets.js +++ b/server/notification-providers/google-sheets.js @@ -34,8 +34,8 @@ class GoogleSheets extends NotificationProvider { // Send data to Google Apps Script webhook const config = this.getAxiosConfigWithProxy({ headers: { - "Content-Type": "application/json" - } + "Content-Type": "application/json", + }, }); const data = { @@ -45,7 +45,7 @@ class GoogleSheets extends NotificationProvider { monitorUrl, message: msg, responseTime, - statusCode + statusCode, }; await axios.post(notification.googleSheetsWebhookUrl, data, config); diff --git a/src/components/notifications/GoogleSheets.vue b/src/components/notifications/GoogleSheets.vue index f702a94b4..261cc4c5a 100644 --- a/src/components/notifications/GoogleSheets.vue +++ b/src/components/notifications/GoogleSheets.vue @@ -13,9 +13,9 @@ -
-
{{ $t("Quick Setup Guide") }}:
-
    +
    +
    {{ $t("Quick Setup Guide") }}:
    +
    1. {{ $t("Open your Google Spreadsheet") }}
    2. {{ $t("Go to Extensions → Apps Script") }}
    3. {{ $t("Paste the script code (see below)") }}
    4. @@ -27,18 +27,14 @@
      -