Skip to content

Commit

Permalink
Merge branch 'main' into docs/fix-database-links
Browse files Browse the repository at this point in the history
  • Loading branch information
Juneezee authored Dec 19, 2024
2 parents 230401b + c96e162 commit 14c3df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/examples/nextjs/app/api/protected/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export const GET = auth((req) => {
}

return Response.json({ message: "Not authenticated" }, { status: 401 })
}) as any // TODO: Fix `auth()` return type
})

0 comments on commit 14c3df9

Please sign in to comment.