Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added type any #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

added type any #96

wants to merge 1 commit into from

Conversation

Boby900
Copy link

@Boby900 Boby900 commented Jan 7, 2024

No description provided.

Copy link

vercel bot commented Jan 7, 2024

@Boby900 is attempting to deploy a commit to the authjs Team on Vercel.

A member of the Team first needs to authorize it.

@@ -1,6 +1,6 @@
import { auth } from "auth"

export const GET = auth((req) => {
export const GET = auth ((req: any ) => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

req is already typed why would you need any here?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants