diff --git a/auth.ts b/auth.ts index 5a2d66d..e422771 100644 --- a/auth.ts +++ b/auth.ts @@ -2,9 +2,6 @@ import NextAuth from 'next-auth' import GitHub from 'next-auth/providers/github' declare module 'next-auth' { - /** - * Returned by `useSession`, `getSession` and received as a prop on the `SessionProvider` React Context - */ interface Session { user: { /** The user's id. */