mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
started sending blind mode to the database
This commit is contained in:
parent
d73ea86fc0
commit
146bdd405a
1 changed files with 2 additions and 1 deletions
|
@ -542,7 +542,8 @@ function showResult(difficultyFailed = false) {
|
|||
language: config.language,
|
||||
restartCount: restartCount,
|
||||
difficulty: config.difficulty,
|
||||
testDuration: testtime
|
||||
testDuration: testtime,
|
||||
blindMode: config.blindMode
|
||||
};
|
||||
if(config.difficulty == "normal" || ((config.difficulty == "master" || config.difficulty == "expert") && !difficultyFailed)){
|
||||
restartCount = 0;
|
||||
|
|
Loading…
Reference in a new issue