Skip to content

Commit be4f021

Browse files
committed
docs: formatting
1 parent 3b1b1b9 commit be4f021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pages/getting-started/adapters/drizzle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import {
5555
} from "drizzle-orm/pg-core"
5656
import postgres from "postgres"
5757
import { drizzle } from "drizzle-orm/postgres-js"
58-
import type { AdapterAccountType } from "@auth/core/adapters";
58+
import type { AdapterAccountType } from "@auth/core/adapters"
5959

6060
const connectionString = "postgres://postgres:postgres@localhost:5432/drizzle"
6161
const pool = postgres(connectionString, { max: 1 })

docs/pages/getting-started/session-management/get-session.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Then you can access the `session` on the `$page.data` object in your page.
170170

171171
```svelte filename="src/routes/+page.svelte" {7}
172172
<script lang="ts">
173-
const { data } = $props();
173+
const { data } = $props()
174174
</script>
175175
176176
<nav>

0 commit comments

Comments
 (0)