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;