mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 15:08:45 +08:00
wrong var name
This commit is contained in:
parent
f2b95ea5f0
commit
2cbc1a0a1d
1 changed files with 1 additions and 1 deletions
|
@ -2218,7 +2218,7 @@ function showResult(difficultyFailed = false) {
|
|||
stats.wpm,
|
||||
stats.acc,
|
||||
stats.wpmRaw,
|
||||
stats.consistency
|
||||
consistency
|
||||
);
|
||||
} else if (e.data.resultCode === 1) {
|
||||
if (localPb) {
|
||||
|
|
Loading…
Reference in a new issue