Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
collinschaafsma committed Sep 25, 2024
1 parent dba62bc commit 2856d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/next-auth.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import NextAuth, { DefaultSession, DefaultUser } from "next-auth"
import { DefaultSession, DefaultUser } from "next-auth"

declare module "next-auth" {
interface User extends DefaultUser {
Expand Down

0 comments on commit 2856d6f

Please sign in to comment.