chore: prettier

This commit is contained in:
karishmas6
2024-10-16 14:47:24 +05:30
parent 3f964239b1
commit 8b26ba17a7

View File

@@ -97,7 +97,6 @@ class BinaryOutputService {
return uploadedBinaryOutput; return uploadedBinaryOutput;
} }
async uploadBinaryOutputToMinioBucket(run: Run, key: string, data: Buffer): Promise<void> { async uploadBinaryOutputToMinioBucket(run: Run, key: string, data: Buffer): Promise<void> {
const bucketName = 'maxun-run-screenshots'; const bucketName = 'maxun-run-screenshots';
try { try {