Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 24, 2024
1 parent 42ec622 commit 0b863e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion apps/server/src/v1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ api.get(
url: "/v1/openapi",
},
baseServerURL: "https://api.openstatus.dev/v1",
})
}),
);
/**
* Authentification Middleware
Expand Down

0 comments on commit 0b863e2

Please sign in to comment.