From ea6898d5994cddbcc2930471ba431a6b1640edc2 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 24 Nov 2021 17:08:33 +0000 Subject: [PATCH] [FIX] set titles stored on new tests When test created from incorrect --- functions/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/index.js b/functions/index.js index 0c4b801..e65e5a4 100644 --- a/functions/index.js +++ b/functions/index.js @@ -342,6 +342,7 @@ exports.createProgressWithIncorrect = functions.https.onCall((data, context) => current_correct: [], typo: false, setIds: progressData.setIds, + set_titles: progressData.set_titles, }; if (progressData.mode === "lives") { dataToSet.lives = progressData.start_lives;