Update assets/js/offline-engine.js

This commit is contained in:
2026-06-16 11:53:52 +02:00
parent ece1b75985
commit 46b514eea6
+4 -1
View File
@@ -141,7 +141,10 @@ export async function answerWord(word, input) {
ts: Date.now()
});
return { correct };
return {
correct,
correctAnswer: word.answer
};
}
/**