diff --git a/server/src/storage/mino.ts b/server/src/storage/mino.ts index e8ddd6f3..8fdca12a 100644 --- a/server/src/storage/mino.ts +++ b/server/src/storage/mino.ts @@ -105,7 +105,7 @@ class BinaryOutputService { console.log(`Successfully uploaded to MinIO: minio://${bucketName}/${key}`); } catch (error) { console.error(`Error uploading to MinIO bucket: ${bucketName} with key: ${key}`, error); - throw error; + throw error; } } }