chore: lint

This commit is contained in:
karishmas6
2024-09-19 19:41:35 +05:30
parent 5175e6eeb7
commit 0ec283f9d6

View File

@@ -53,9 +53,9 @@ worker.on('failed', async (job: any, err) => {
logger.log(`info`, `Worker and queue have been closed after failure.`);
});
async function jobCounts () {
async function jobCounts() {
const jobCounts = await workflowQueue.getJobCounts();
console.log('Jobs:', jobCounts);
console.log('Jobs:', jobCounts);
}
jobCounts();