This commit is contained in:
Ross
2021-04-18 12:50:16 +01:00
parent 3b91646658
commit 3f6428681b
+1 -1
View File
@@ -594,7 +594,7 @@ function setUpPacket(data, path) {
(async () => { (async () => {
for (const n in data["question_requests"]) { for (const n in data["question_requests"]) {
question_number++; question_number++;
n = parseInt(n); //n = parseInt(n);
let obj = { qid: n, type: question_type }; let obj = { qid: n, type: question_type };
let question_in_db = await question_db.question_data.get(obj); let question_in_db = await question_db.question_data.get(obj);