chore: lint
This commit is contained in:
@@ -20,7 +20,7 @@ connection.on('error', (err) => {
|
||||
const workflowQueue = new Queue('workflow', { connection });
|
||||
|
||||
const worker = new Worker('workflow', async job => {
|
||||
const { runId, userId } = job.data;
|
||||
const { runId, userId } = job.data;
|
||||
try {
|
||||
const result = await handleRunRecording(runId, userId);
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user