Skip to content

Commit

Permalink
chore(astro): Remove debug as option for clerkMiddleware (#3730)
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef authored Jul 16, 2024
1 parent ec5a581 commit bd503bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/swift-swans-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/astro/src/server/clerk-middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type ClerkAstroMiddlewareHandler = (
next: AstroMiddlewareNextParam,
) => AstroMiddlewareReturn;

type ClerkAstroMiddlewareOptions = AuthenticateRequestOptions & { debug?: boolean };
type ClerkAstroMiddlewareOptions = AuthenticateRequestOptions;

/**
* Middleware for Astro that handles authentication and authorization with Clerk.
Expand Down

0 comments on commit bd503bb

Please sign in to comment.