chore: lint
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user