From 810900fb7fe646a19f04a5f778f16d3985323b25 Mon Sep 17 00:00:00 2001 From: MohammadHoseinPaymard Date: Mon, 26 May 2025 14:34:54 +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 9aea76b..6277699 100644 --- a/index.js +++ b/index.js @@ -4,8 +4,8 @@ const { sleep } = require('./util'); require(path.join(process.cwd(),"..","server","dist","database.js")); async function main(){ - await sleep(5e3); console.time("WorkflowTester") + await sleep(5e3); console.timeEnd("WorkflowTester") console.log("DONE");