Skip to content

Commit

Permalink
Docs: Remove unused import (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaneivan committed Jun 27, 2024
1 parent 435c0af commit d79b8f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/pages/getting-started/astro.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ It's a bit verbose, but it just reads the session cookie, validates it, and sets
```ts
// src/middleware.ts
import { lucia } from "./auth";
import { verifyRequestOrigin } from "lucia";
import { defineMiddleware } from "astro:middleware";

export const onRequest = defineMiddleware(async (context, next) => {
Expand Down

0 comments on commit d79b8f9

Please sign in to comment.