Add eslint

This commit is contained in:
2025-08-20 23:40:00 +02:00
parent cc544322b2
commit 16956d12f4
31 changed files with 1214 additions and 913 deletions
+1 -1
View File
@@ -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,