update index.js

main
MohammadHoseinPaymard 2 weeks ago
parent ad3ab0184d
commit c713b8e8c7
  1. 1
      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({

Loading…
Cancel
Save