From 0b863e276aca57d4e8c6bb080c5ded8962f741eb Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 07:07:06 +0000 Subject: [PATCH] ci: apply automated fixes --- apps/docs/astro.config.mjs | 2 +- apps/server/src/v1/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/astro.config.mjs b/apps/docs/astro.config.mjs index 4be32f4c7f..9560d69574 100644 --- a/apps/docs/astro.config.mjs +++ b/apps/docs/astro.config.mjs @@ -20,7 +20,7 @@ export default defineConfig({ social: { github: "https://github.com/openstatusHQ/openstatus", blueSky: "https://bsky.app/profile/openstatus.dev", - discord: "https://www.openstatus.dev/discord" + discord: "https://www.openstatus.dev/discord", }, components: { SiteTitle: "./src/components/SiteTitle.astro", diff --git a/apps/server/src/v1/index.ts b/apps/server/src/v1/index.ts index d5bab46608..dace222409 100644 --- a/apps/server/src/v1/index.ts +++ b/apps/server/src/v1/index.ts @@ -55,7 +55,7 @@ api.get( url: "/v1/openapi", }, baseServerURL: "https://api.openstatus.dev/v1", - }) + }), ); /** * Authentification Middleware