diff --git a/server/src/storage/mino.ts b/server/src/storage/mino.ts index d2146228..3fc3f3cf 100644 --- a/server/src/storage/mino.ts +++ b/server/src/storage/mino.ts @@ -14,7 +14,7 @@ minioClient.bucketExists('maxun-test') if (exists) { console.log('MinIO was connected successfully.'); } else { - console.log('Bucket does not exist, but MinIO was connected.'); + console.log('MinIO was connected.'); } }) .catch((err) => {