From 2d9f91c8e89c8e9f7857782b16524a214be587f2 Mon Sep 17 00:00:00 2001 From: MohammadHoseinPaymard Date: Mon, 26 May 2025 14:57:16 +0330 Subject: [PATCH] update index.js --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 886c9cc..3c62952 100644 --- a/index.js +++ b/index.js @@ -13,8 +13,7 @@ require(path.join(process.cwd(),"..","server","dist","database.js")); const workflows = await getAllWorkflows(); if(workflows.length==0) throw "There is not any workflow"; - - + console.timeEnd("WorkflowTester") console.log("DONE");