From ef1d09d3f3202956a93927784cf5378f9c3a6ac7 Mon Sep 17 00:00:00 2001 From: MohammadHoseinPaymard Date: Mon, 26 May 2025 18:41:55 +0330 Subject: [PATCH] update index.js --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 86c9df3..4df0ef8 100644 --- a/index.js +++ b/index.js @@ -107,8 +107,8 @@ require(path.join(process.cwd(), "..", "server", "dist", "database.js")); // console.log("allWorkFlowInfo", JSON.stringify(allWorkFlowInfo, null, 2)); // fs.writeFileSync("./result-pretty.json", JSON.stringify(allWorkFlowInfo, null, 2)); - await saveLargeObject(allWorkFlowInfo, "./result-pretty-beforeProcess.json") - fs.writeFileSync("./result-beforeProcess.json", JSON.stringify(allWorkFlowInfo)); + // await saveLargeObject(allWorkFlowInfo, "./result-pretty-beforeProcess.json") + // fs.writeFileSync("./result-beforeProcess.json", JSON.stringify(allWorkFlowInfo)); for await(let key of Object.keys(allWorkFlowInfo)){ if (!allWorkFlowInfo[key].isValid) {