fix: workflowQueue export

This commit is contained in:
karishmas6
2024-10-07 01:23:49 +05:30
parent 4f4ab9539a
commit 5091948b12

View File

@@ -187,4 +187,4 @@ function cleanupSocketListeners(socket: Socket, browserId: string, runId: string
logger.log('info', `Cleaned up listeners for browserId: ${browserId}, runId: ${runId}`);
}
export { workflowQueue, runWorkflow };
export { runWorkflow };