@@ -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
The note is not visible to the blocked user.