Add eslint
This commit is contained in:
@@ -3,7 +3,7 @@ import { useValidatedBody, z } from 'h3-zod';
|
||||
import prisma from '~~/lib/prisma';
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
await clearUserSession(event as any);
|
||||
await clearUserSession(event);
|
||||
|
||||
const { email, password, name } = await useValidatedBody(
|
||||
event,
|
||||
|
||||
Reference in New Issue
Block a user