fixed some error from merge request

This commit is contained in:
2025-06-12 13:02:23 +02:00
parent ecc2564c70
commit 03a304f6fe
5 changed files with 8 additions and 49 deletions

View File

@@ -1,7 +1,4 @@
import { json } from '@sveltejs/kit';
import { client } from '$lib/minio';
import { Readable } from 'stream';
import { Buffer } from 'buffer';
/** @type {import('./$types').RequestHandler} */
export async function GET({ params }) {