From 28a93b02f54abb4a3cbfc8850c53fee946b8e900 Mon Sep 17 00:00:00 2001 From: MohammadHoseinPaymard Date: Mon, 26 May 2025 14:58:41 +0330 Subject: [PATCH] update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3c62952..fa3cc1e 100644 --- a/index.js +++ b/index.js @@ -13,7 +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");