chore: lint

This commit is contained in:
karishmas6
2024-09-11 11:53:57 +05:30
parent 17fd593170
commit d36374656f

View File

@@ -29,7 +29,6 @@ worker.on('failed', (job: any, err) => {
console.error(`Job ${job.id} failed for ${job.data.fileName}_${job.data.runId}:`, err);
});
async function runWorkflow(fileName, runId) {
try {
// read the recording from storage