chore: lint

This commit is contained in:
karishmas6
2024-10-07 01:42:13 +05:30
parent bba92f1030
commit 34b53510d7

View File

@@ -47,4 +47,9 @@ async function jobCounts() {
jobCounts();
process.on('SIGINT', () => {
console.log('Worker shutting down...');
process.exit();
});
export { workflowQueue, worker };