chore: lint
This commit is contained in:
@@ -29,7 +29,6 @@ worker.on('failed', (job: any, err) => {
|
|||||||
console.error(`Job ${job.id} failed for ${job.data.fileName}_${job.data.runId}:`, err);
|
console.error(`Job ${job.id} failed for ${job.data.fileName}_${job.data.runId}:`, err);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
async function runWorkflow(fileName, runId) {
|
async function runWorkflow(fileName, runId) {
|
||||||
try {
|
try {
|
||||||
// read the recording from storage
|
// read the recording from storage
|
||||||
|
|||||||
Reference in New Issue
Block a user