remove unused import

This commit is contained in:
2025-06-25 10:38:42 +02:00
parent c706785e51
commit 58bb20e608

View File

@@ -1,7 +1,6 @@
import { client } from '$lib/api/client';
import { redirect } from '@sveltejs/kit';
import type { RequestEvent } from './$types';
import { json } from 'stream/consumers';
export async function GET(event: RequestEvent): Promise<Response> {
if (event.locals.session === null) {