Update assets/js/offline-engine.js
This commit is contained in:
@@ -141,7 +141,10 @@ export async function answerWord(word, input) {
|
|||||||
ts: Date.now()
|
ts: Date.now()
|
||||||
});
|
});
|
||||||
|
|
||||||
return { correct };
|
return {
|
||||||
|
correct,
|
||||||
|
correctAnswer: word.answer
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user