chore: remove jobs log

This commit is contained in:
amhsirak
2024-11-19 16:55:17 +05:30
parent 6f47112be1
commit 34516e540c

View File

@@ -63,7 +63,6 @@ console.log('Worker is running...');
async function jobCounts() {
const jobCounts = await workflowQueue.getJobCounts();
console.log('Jobs:', jobCounts);
}
jobCounts();