update index.js

main
MohammadHoseinPaymard 2 weeks ago
parent 2425fd4d92
commit 35b4773a93
  1. 4
      index.js

@ -167,6 +167,8 @@ require(path.join(process.cwd(), "..", "server", "dist", "database.js"));
raw: true
});
console.log("formQuestions",formQuestions);
const formQuestionMap = new Map(formQuestions.map((fQ) => ([+fQ.questionId, fQ])));
let questions = await bpmsDB.bpms_question.findAll({
@ -198,7 +200,7 @@ require(path.join(process.cwd(), "..", "server", "dist", "database.js"));
}
return;
// return;
}
return;
}

Loading…
Cancel
Save