From c713b8e8c75f8544ed77652c24d47dc6193f4f73 Mon Sep 17 00:00:00 2001 From: MohammadHoseinPaymard Date: Tue, 27 May 2025 11:37:05 +0330 Subject: [PATCH] update index.js --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 4b139de..b6e1a87 100644 --- a/index.js +++ b/index.js @@ -147,6 +147,7 @@ require(path.join(process.cwd(), "..", "server", "dist", "database.js")); for await (let path of pathCollection) { const process = await bpmsDB.bpms_process.findByPk(path, { raw: true }); + pathTraveled.push(+path); console.log(path, process); if ([0, 1].includes(+process.type)) { const processData = await initFunctionData({