From 7c6ef5a491645b62728435fb90c7c5395d08aa5e Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 15 Oct 2024 01:28:50 +0530 Subject: [PATCH] chore: whitespace --- server/src/storage/mino.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/storage/mino.ts b/server/src/storage/mino.ts index 6cad167e..936ccc0f 100644 --- a/server/src/storage/mino.ts +++ b/server/src/storage/mino.ts @@ -8,5 +8,4 @@ const minioClient = new Client({ secretKey: process.env.MINIO_SECRET_KEY || 'minio-secret-key', }); - export default minioClient; \ No newline at end of file