.
This commit is contained in:
+1
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user