chore: lint

This commit is contained in:
karishmas6
2024-10-16 13:40:44 +05:30
parent 04fbf17c3a
commit ab5431d2cd

View File

@@ -105,7 +105,7 @@ class BinaryOutputService {
console.log(`Successfully uploaded to MinIO: minio://${bucketName}/${key}`); console.log(`Successfully uploaded to MinIO: minio://${bucketName}/${key}`);
} catch (error) { } catch (error) {
console.error(`Error uploading to MinIO bucket: ${bucketName} with key: ${key}`, error); console.error(`Error uploading to MinIO bucket: ${bucketName} with key: ${key}`, error);
throw error; throw error;
} }
} }
} }