update index.js

main
MohammadHoseinPaymard 2 weeks ago
parent 703e3e6c46
commit 2425fd4d92
  1. 5
      index.js

@ -173,7 +173,7 @@ require(path.join(process.cwd(), "..", "server", "dist", "database.js"));
where: {
id: [...formQuestions.map(e => +e.questionId),
// ...checkListQuestions.map(e => +e.questionId)
]
]
},
raw: true,
});
@ -196,10 +196,9 @@ require(path.join(process.cwd(), "..", "server", "dist", "database.js"));
console.log("questions", questions)
return;
}
return;
}
return;
}

Loading…
Cancel
Save