delete unused code

This commit is contained in:
2025-06-10 12:16:03 +02:00
parent bcb83ca6a7
commit 841446082e
11 changed files with 2 additions and 23 deletions

View File

@@ -1,9 +1,4 @@
import path from 'path';
import { writeFile } from 'fs/promises';
import { createReadStream } from 'fs';
/** import Minio from 'minio'; */
import { Readable } from 'stream';
/** const MINIO_ACCESS_KEY = 'tMhLrfog47lMm0HZ'; */
import { client } from '$lib/minio';
import { fail } from '@sveltejs/kit';