mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-03 04:00:41 +08:00
missing variable
This commit is contained in:
parent
3ff9c999aa
commit
7579442b8c
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,8 @@ class UsersDAO {
|
|||
language,
|
||||
punctuation,
|
||||
raw,
|
||||
wpm
|
||||
wpm,
|
||||
tags
|
||||
} = result;
|
||||
|
||||
let ret = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue