mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
saving funbox to the db
This commit is contained in:
parent
ca86301178
commit
e4064c4b14
1 changed files with 1 additions and 0 deletions
|
@ -1517,6 +1517,7 @@ function showResult(difficultyFailed = false) {
|
|||
keySpacing: keypressStats.spacing.array,
|
||||
keyDuration: keypressStats.duration.array,
|
||||
consistency: consistency,
|
||||
funbox: activeFunBox,
|
||||
};
|
||||
if (
|
||||
config.difficulty == "normal" ||
|
||||
|
|
Loading…
Reference in a new issue