Skip to content

Commit

Permalink
fix: require auth
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed May 22, 2024
1 parent 09ac660 commit f614dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/auth.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {
ClerkExpressWithAuth,
ClerkExpressRequireAuth,
type StrictAuthProp,
} from "@clerk/clerk-sdk-node";

Expand All @@ -13,7 +13,7 @@ export type Auth = StrictAuthProp["auth"];

export default {
clerk() {
return ClerkExpressWithAuth({
return ClerkExpressRequireAuth({
//
});
},
Expand Down

0 comments on commit f614dd4

Please sign in to comment.