Removed unused imports

This commit is contained in:
Alexis
2025-05-07 13:45:20 +02:00
parent 67b79000f6
commit 18f332be54
2 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
import { serverSupabaseClient } from "#supabase/server";
// import type { Calendar} from "~/models/CalendarConfig";
import type { World } from "~/models/World";
import { postWorldSchema } from "~/models/World";
@@ -41,7 +40,7 @@ export default defineEventHandler(async (event) => {
if (error) throw error
return data
} catch (err) {
} catch {
throw createError({
cause: "Serveur",
status: 500,