chore: lint
This commit is contained in:
@@ -41,7 +41,7 @@ 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:any, runId:any) {
|
async function runWorkflow(fileName: any, runId: any) {
|
||||||
try {
|
try {
|
||||||
// read the recording from storage
|
// read the recording from storage
|
||||||
const recording = await readFile(`./../storage/recordings/${fileName}.waw.json`);
|
const recording = await readFile(`./../storage/recordings/${fileName}.waw.json`);
|
||||||
|
|||||||
Reference in New Issue
Block a user