From ab5431d2cd8a1d49b0b124b6a926d7bde6b7dada Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 16 Oct 2024 13:40:44 +0530 Subject: [PATCH] chore: lint --- server/src/storage/mino.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } }