add any to exisingUser result

This commit is contained in:
2025-02-05 09:21:35 +02:00
parent 04fcec2d0a
commit 5ac895ea3e

View File

@@ -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