[FIX] Minor styling fixes

This commit is contained in:
2022-08-29 16:44:33 +01:00
parent 5ff77fd6ed
commit 9212a0e2b6
2 changed files with 4 additions and 2 deletions

View File

@@ -611,7 +611,7 @@ exports.processAnswer = functions.https.onCall((data, context) => {
currentVocab
);
} else {
docData.questions.push(currentVocab);
docData.questions.push(currentVocab);
}
returnData.totalQuestions = docData.questions.length;
returnData.totalIncorrect = docData.incorrect.length;