diff --git a/auth.ts b/auth.ts index e73acf4..cde91d9 100644 --- a/auth.ts +++ b/auth.ts @@ -68,7 +68,7 @@ export const { async jwt({token}) { if (!token?.sub) return token - const exisingUser = await getUserAccountByUserId(token.sub) + const exisingUser: any = await getUserAccountByUserId(token.sub) if (!exisingUser) return token